From 62bc3b89d4e5dac1e45bab5fb4b1efcb348e03d1 Mon Sep 17 00:00:00 2001 From: mouton <> Date: Tue, 13 Dec 2011 16:20:42 +0000 Subject: [PATCH] Bug Ubuntu 11.10 library conflict wx gdk .. --- appli/bbEditor/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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) -- 2.45.0