]> Creatis software - bbtk.git/blob - kernel/src/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt
no message
[bbtk.git] / kernel / src / EditorGraphicBBS / bbsWxGUIEditorGraphic / CMakeLists.txt
1
2
3 FILE(GLOB bbsWxGUIEditorGraphic_CXX_SOURCES "." "*.cxx")
4 FILE(GLOB bbsWxGUIEditorGraphic_H_SOURCES "." "*.h")
5
6 ADD_LIBRARY(bbsWxGUIEditorGraphic
7                 ${bbsWxGUIEditorGraphic_CXX_SOURCES}
8                 ${bbsWxGUIEditorGraphic_H_SOURCES}  )
9
10 TARGET_LINK_LIBRARIES(bbsWxGUIEditorGraphic  bbtk   )