X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FCMakeLists.txt;h=96ce672fd0cc035c1883cdcb6ae31cfe181e2145;hb=e0df8df54991d75c3d61d7df7f5b627d42525ba2;hp=46bc76d5ea88cbdbfb0d87b5c2b03ee94791d9b2;hpb=e68a062addb8d49203f887b1e4ce4379e5890d1a;p=bbtk.git diff --git a/kernel/src/CMakeLists.txt b/kernel/src/CMakeLists.txt index 46bc76d..96ce672 100644 --- a/kernel/src/CMakeLists.txt +++ b/kernel/src/CMakeLists.txt @@ -162,7 +162,7 @@ ENDIF(BBTK_USE_QT) # lib definition ADD_LIBRARY(bbtk SHARED ${SOURCES} ${SOURCES_H}) #----------------------------------------------------------------------------- -TARGET_LINK_LIBRARIES(bbtk ${BBTK_LINK_LIBRARIES} ${BOOST_LIBRARIES}) +TARGET_LINK_LIBRARIES(bbtk ${BBTK_LINK_LIBRARIES} ${BOOST_LIBRARIES} ${crea_LIBRARIES}) #----------------------------------------------------------------------------- IF(UNIX) SET_TARGET_PROPERTIES(bbtk PROPERTIES COMPILE_FLAGS -Wall) @@ -263,15 +263,17 @@ CREA_ADVANCED_INSTALL_LIBRARY_FOR_CMAKE(${LIBRARY_NAME}) #----------------------------------------------------------------------------- -# Recurse in ThirdParty to build the needed libs -#SUBDIRS(ThirdParty) +# Recurse in EditorGraphicBBS to build the needed libs +SUBDIRS(EditorGraphicBBS) #----------------------------------------------------------------------------- + #----------------------------------------------------------------------------- -# Editor Graphic BBS -SUBDIRS(EditorGraphicBBS) +# Recurse in ThirdParty to build the needed libs +#SUBDIRS(ThirdParty) #----------------------------------------------------------------------------- + MESSAGE(STATUS "=======================================") MESSAGE(STATUS "")