]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/CMakeLists.txt
New wx and kernel classes
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / CMakeLists.txt
index 4287ca8617970fa8fc025b75cb319c7032706910..a10999e8d616ee768bc3add5d984cf5d1aa977b5 100644 (file)
@@ -1 +1,12 @@
-#
\ No newline at end of file
+
+
+FILE(GLOB bbsKernelEditorGraphic_CXX_SOURCES "." "*.cxx")
+FILE(GLOB bbsKernelEditorGraphic_H_SOURCES "." "*.h")
+
+INCLUDE_DIRECTORIES(../bbsWxGUIEditorGraphic)
+INCLUDE_DIRECTORIES(../bbsVtkGUIEditorGraphic)
+
+ADD_LIBRARY(bbsKernelEditorGraphic
+                ${bbsKernelEditorGraphic_CXX_SOURCES}
+                ${bbsKernelEditorGraphic_H_SOURCES}  )
+