]> Creatis software - bbtkGEditor.git/blob - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt
657caa3336db402cc792279fcd55e2af1cc9815e
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / CMakeLists.txt
1
2
3 FILE(GLOB bbsWxGUIEditorGraphic_CXX_SOURCES "." "*.cxx")
4 FILE(GLOB bbsWxGUIEditorGraphic_H_SOURCES "." "*.h")
5
6 INCLUDE_DIRECTORIES(../bbsKernelEditorGraphic)
7 INCLUDE_DIRECTORIES(../bbsVtkGUIEditorGraphic)
8 INCLUDE_DIRECTORIES(../bbsWxGUIEditorGraphic)
9
10 INCLUDE_DIRECTORIES(../../../data/icons)
11
12 ADD_LIBRARY(bbsWxGUIEditorGraphic
13                 ${bbsWxGUIEditorGraphic_CXX_SOURCES}
14                 ${bbsWxGUIEditorGraphic_H_SOURCES} )