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