]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt
some memory leaks
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / CMakeLists.txt
index 642b0a384e5c1dd58bd807d845fc5b4da476c0d6..741c06eef4ddfd2ccb0267c94cfde11c53f70369 100644 (file)
@@ -5,9 +5,10 @@ FILE(GLOB bbsWxGUIEditorGraphic_H_SOURCES "." "*.h")
 
 INCLUDE_DIRECTORIES(../bbsKernelEditorGraphic)
 INCLUDE_DIRECTORIES(../bbsVtkGUIEditorGraphic)
+INCLUDE_DIRECTORIES(../bbsWxGUIEditorGraphic)
+
+INCLUDE_DIRECTORIES(../../../data/icons)
 
 ADD_LIBRARY(bbsWxGUIEditorGraphic
                 ${bbsWxGUIEditorGraphic_CXX_SOURCES}
                 ${bbsWxGUIEditorGraphic_H_SOURCES}  )
-
-#TARGET_LINK_LIBRARIES(bbsWxGUIEditorGraphic  bbtk  )