]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/CMakeLists.txt
It saves the diagram and it was added the icon to open a file ..... Now it is necessa...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / CMakeLists.txt
index 4287ca8617970fa8fc025b75cb319c7032706910..4f4fecc6e0285a0dfd329346dd46c87e911cd616 100644 (file)
@@ -1 +1,14 @@
-#
\ No newline at end of file
+
+
+FILE(GLOB bbsVtkGUIEditorGraphic_CXX_SOURCES "." "*.cxx")
+FILE(GLOB bbsVtkGUIEditorGraphic_H_SOURCES "." "*.h")
+
+INCLUDE_DIRECTORIES(../bbsWxGUIEditorGraphic)
+INCLUDE_DIRECTORIES(../bbsKernelEditorGraphic)
+INCLUDE_DIRECTORIES(../bbsVtkGUIEditorGraphic)
+
+INCLUDE_DIRECTORIES(../../../data/icons)
+
+ADD_LIBRARY(bbsVtkGUIEditorGraphic
+                ${bbsVtkGUIEditorGraphic_CXX_SOURCES}
+                ${bbsVtkGUIEditorGraphic_H_SOURCES}  )