X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FbbEditor%2FCMakeLists.txt;h=4db7bcde82cfc4e4c13e1f9eb9b0bba56ac98000;hb=713c6f1f54a2114c6e495aa6974d33b5718b46b5;hp=d4966aa249a1d9ef5f39c33fad466025cf6734f4;hpb=62bc3b89d4e5dac1e45bab5fb4b1efcb348e03d1;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} )