]> Creatis software - bbtkGEditor.git/blobdiff - appli/bbEditor/CMakeLists.txt
Bug Ubuntu 11.10 library conflict wx gdk ..
[bbtkGEditor.git] / appli / bbEditor / CMakeLists.txt
index 481592852015317e89ead02f84836c8c915d593f..d4966aa249a1d9ef5f39c33fad466025cf6734f4 100644 (file)
@@ -10,6 +10,9 @@ SET(SOURCES
   )
 
 INCLUDE_DIRECTORIES(../../lib/EditorGraphicBBS/bbsWxGUIEditorGraphic)
+INCLUDE_DIRECTORIES(../../lib/EditorGraphicBBS/bbsKernelEditorGraphic)
+INCLUDE_DIRECTORIES(../../lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic)
+INCLUDE_DIRECTORIES(../../data/icons)
 
 IF(BBTK_USE_WXWIDGETS AND WIN32)
   ADD_EXECUTABLE(bbEditor WIN32 ${SOURCES})  
@@ -18,13 +21,17 @@ ELSE(BBTK_USE_WXWIDGETS AND WIN32)
   ADD_EXECUTABLE(bbEditor MACOSX_BUNDLE ${SOURCES}  )  
 ENDIF(BBTK_USE_WXWIDGETS AND WIN32)
 
-
 TARGET_LINK_LIBRARIES(bbEditor 
-                               bbsWxGUIEditorGraphic 
-                               ${VTK_LIBRARIES} 
                                ${WXWIDGETS_LIBRARIES}
+                               ${VTK_LIBRARIES} 
+                               crea
                                ${creaMaracasVisu_LIBRARIES} 
+                               bbsWxGUIEditorGraphic
+                               bbsKernelEditorGraphic
+                               bbsVtkGUIEditorGraphic
                                ${BBTK_LIBRARIES}
+                               ${WXWIDGETS_LIBRARIES}
                        )
 
 INSTALL_TARGETS(/bin/ bbEditor)