]> Creatis software - bbtkGEditor.git/blob - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/CMakeLists.txt
18d6e909248ee44e0fe7e8d6bada1bea18b225aa
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsVtkGUIEditorGraphic / CMakeLists.txt
1
2
3 FILE(GLOB bbsVtkGUIEditorGraphic_CXX_SOURCES "." "*.cxx")
4 FILE(GLOB bbsVtkGUIEditorGraphic_H_SOURCES "." "*.h")
5
6 INCLUDE_DIRECTORIES(../bbsWxGUIEditorGraphic)
7 INCLUDE_DIRECTORIES(../bbsKernelEditorGraphic)
8
9 ADD_LIBRARY(bbsVtkGUIEditorGraphic
10                 ${bbsVtkGUIEditorGraphic_CXX_SOURCES}
11                 ${bbsVtkGUIEditorGraphic_H_SOURCES}  )
12