]> Creatis software - bbtkGEditor.git/blobdiff - appli/bbEditor/CMakeLists.txt
New wx and kernel classes
[bbtkGEditor.git] / appli / bbEditor / CMakeLists.txt
index 481592852015317e89ead02f84836c8c915d593f..56b590c821cc2b58ad717d0113691c295c2ef8df 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})  
@@ -20,7 +23,8 @@ ENDIF(BBTK_USE_WXWIDGETS AND WIN32)
 
 
 TARGET_LINK_LIBRARIES(bbEditor 
-                               bbsWxGUIEditorGraphic 
+                               bbsWxGUIEditorGraphic
+                               bbsKernelEditorGraphic
                                ${VTK_LIBRARIES} 
                                ${WXWIDGETS_LIBRARIES}
                                ${creaMaracasVisu_LIBRARIES}