X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FbbEditor%2FCMakeLists.txt;h=d4966aa249a1d9ef5f39c33fad466025cf6734f4;hb=62bc3b89d4e5dac1e45bab5fb4b1efcb348e03d1;hp=06762ffbee034399a274f47bcc84994f17569191;hpb=827bf260ed8c5451c11c41854c411e8a84d70f11;p=bbtkGEditor.git diff --git a/appli/bbEditor/CMakeLists.txt b/appli/bbEditor/CMakeLists.txt index 06762ff..d4966aa 100644 --- a/appli/bbEditor/CMakeLists.txt +++ b/appli/bbEditor/CMakeLists.txt @@ -23,14 +23,15 @@ ENDIF(BBTK_USE_WXWIDGETS AND WIN32) TARGET_LINK_LIBRARIES(bbEditor + ${WXWIDGETS_LIBRARIES} + ${VTK_LIBRARIES} crea + ${creaMaracasVisu_LIBRARIES} bbsWxGUIEditorGraphic bbsKernelEditorGraphic bbsVtkGUIEditorGraphic - ${VTK_LIBRARIES} - ${WXWIDGETS_LIBRARIES} - ${creaMaracasVisu_LIBRARIES} ${BBTK_LIBRARIES} + ${WXWIDGETS_LIBRARIES} ) INSTALL_TARGETS(/bin/ bbEditor)