]> Creatis software - bbtkGEditor.git/blob - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt
New wx and kernel classes
[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(../../../data/icons)
9
10 ADD_LIBRARY(bbsWxGUIEditorGraphic
11                 ${bbsWxGUIEditorGraphic_CXX_SOURCES}
12                 ${bbsWxGUIEditorGraphic_H_SOURCES}  )
13