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