X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FbbEditor%2FCMakeLists.txt;h=4db7bcde82cfc4e4c13e1f9eb9b0bba56ac98000;hb=fea0c6ff7e209a7bb61bcc8176742e5f1a609443;hp=d4966aa249a1d9ef5f39c33fad466025cf6734f4;hpb=775c8164b5f679027b8bbafa97c0e0110711909b;p=bbtkGEditor.git diff --git a/appli/bbEditor/CMakeLists.txt b/appli/bbEditor/CMakeLists.txt index d4966aa..4db7bcd 100644 --- a/appli/bbEditor/CMakeLists.txt +++ b/appli/bbEditor/CMakeLists.txt @@ -21,16 +21,18 @@ ELSE(BBTK_USE_WXWIDGETS AND WIN32) ADD_EXECUTABLE(bbEditor MACOSX_BUNDLE ${SOURCES} ) ENDIF(BBTK_USE_WXWIDGETS AND WIN32) - + + TARGET_LINK_LIBRARIES(bbEditor ${WXWIDGETS_LIBRARIES} ${VTK_LIBRARIES} crea ${creaMaracasVisu_LIBRARIES} + ${BBTK_LIBRARIES} bbsWxGUIEditorGraphic bbsKernelEditorGraphic bbsVtkGUIEditorGraphic - ${BBTK_LIBRARIES} + ${WXWIDGETS_LIBRARIES} )