Added cmake configuration support.
This commit is contained in:
parent
3f7ecfc001
commit
3efbcf7132
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ src_configure() {
|
|||
cp config.log $LOGDIR
|
||||
fi
|
||||
fi
|
||||
if [ -f ${SRCDIR}/CMakeLists.txt ] ; then
|
||||
#sit_info "Running cmake"
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$PREFIX ${SRCDIR}
|
||||
fi
|
||||
}
|
||||
sit_configure() {
|
||||
sit_info "Configuring sources ..."
|
||||
|
|
Loading…
Reference in a new issue