X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FCMakeLists.txt;fp=kernel%2Fsrc%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FCMakeLists.txt;h=ff272ea4b589fb632de7c643ddfa6a34e0a6ac57;hb=7112519faa220b61d62a8c1256925346f982058e;hp=0000000000000000000000000000000000000000;hpb=91eabd1288dc149e3d86e6210e23fab7267a8675;p=bbtk.git diff --git a/kernel/src/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt b/kernel/src/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt new file mode 100644 index 0000000..ff272ea --- /dev/null +++ b/kernel/src/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt @@ -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