]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/CMakeLists.txt
std::string vs wxString
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / CMakeLists.txt
index 4287ca8617970fa8fc025b75cb319c7032706910..d4b20b984c89dcd211454d8f8f2c88bcfa31b546 100644 (file)
@@ -1 +1,14 @@
-#
\ No newline at end of file
+
+
+FILE(GLOB bbsKernelEditorGraphic_CXX_SOURCES "." "*.cxx")
+FILE(GLOB bbsKernelEditorGraphic_H_SOURCES "." "*.h")
+
+INCLUDE_DIRECTORIES(../bbsWxGUIEditorGraphic)
+INCLUDE_DIRECTORIES(../bbsVtkGUIEditorGraphic)
+INCLUDE_DIRECTORIES(../bbsKernelEditorGraphic)
+
+INCLUDE_DIRECTORIES(../../../data/icons)
+
+ADD_LIBRARY(bbsKernelEditorGraphic
+                ${bbsKernelEditorGraphic_CXX_SOURCES}
+                ${bbsKernelEditorGraphic_H_SOURCES}  )