]> Creatis software - bbtk.git/blobdiff - kernel/src/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt
no message
[bbtk.git] / kernel / src / EditorGraphicBBS / bbsWxGUIEditorGraphic / CMakeLists.txt
diff --git a/kernel/src/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt b/kernel/src/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt
new file mode 100644 (file)
index 0000000..ff272ea
--- /dev/null
@@ -0,0 +1,10 @@
+
+
+FILE(GLOB bbsWxGUIEditorGraphic_CXX_SOURCES "." "*.cxx")
+FILE(GLOB bbsWxGUIEditorGraphic_H_SOURCES "." "*.h")
+
+ADD_LIBRARY(bbsWxGUIEditorGraphic
+                ${bbsWxGUIEditorGraphic_CXX_SOURCES}
+                ${bbsWxGUIEditorGraphic_H_SOURCES}  )
+
+TARGET_LINK_LIBRARIES(bbsWxGUIEditorGraphic  bbtk   )
\ No newline at end of file