]> Creatis software - bbtkGEditor.git/blobdiff - appli/bbEditor/CMakeLists.txt
Feature #1347
[bbtkGEditor.git] / appli / bbEditor / CMakeLists.txt
index 481592852015317e89ead02f84836c8c915d593f..4db7bcde82cfc4e4c13e1f9eb9b0bba56ac98000 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})  
@@ -19,12 +22,18 @@ ELSE(BBTK_USE_WXWIDGETS AND WIN32)
 ENDIF(BBTK_USE_WXWIDGETS AND WIN32)
 
 
+
 TARGET_LINK_LIBRARIES(bbEditor 
-                               bbsWxGUIEditorGraphic 
-                               ${VTK_LIBRARIES} 
                                ${WXWIDGETS_LIBRARIES}
+                               ${VTK_LIBRARIES} 
+                               crea
                                ${creaMaracasVisu_LIBRARIES} 
                                ${BBTK_LIBRARIES}
+                               bbsWxGUIEditorGraphic
+                               bbsKernelEditorGraphic
+                               bbsVtkGUIEditorGraphic
+
+                               ${WXWIDGETS_LIBRARIES}
                        )
 
 INSTALL_TARGETS(/bin/ bbEditor)