]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/CMakeLists.txt
First classes usign VTK objects . connection
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / CMakeLists.txt
index 4287ca8617970fa8fc025b75cb319c7032706910..18d6e909248ee44e0fe7e8d6bada1bea18b225aa 100644 (file)
@@ -1 +1,12 @@
-#
\ No newline at end of file
+
+
+FILE(GLOB bbsVtkGUIEditorGraphic_CXX_SOURCES "." "*.cxx")
+FILE(GLOB bbsVtkGUIEditorGraphic_H_SOURCES "." "*.h")
+
+INCLUDE_DIRECTORIES(../bbsWxGUIEditorGraphic)
+INCLUDE_DIRECTORIES(../bbsKernelEditorGraphic)
+
+ADD_LIBRARY(bbsVtkGUIEditorGraphic
+                ${bbsVtkGUIEditorGraphic_CXX_SOURCES}
+                ${bbsVtkGUIEditorGraphic_H_SOURCES}  )
+