From: mouton <> Date: Tue, 13 Dec 2011 16:20:42 +0000 (+0000) Subject: Bug Ubuntu 11.10 library conflict wx gdk .. X-Git-Tag: v1_0_0~9 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=bbtkGEditor.git;a=commitdiff_plain;h=62bc3b89d4e5dac1e45bab5fb4b1efcb348e03d1 Bug Ubuntu 11.10 library conflict wx gdk .. --- 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)