]> Creatis software - bbtkGEditor.git/blob - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/CMakeLists.txt
4f4fecc6e0285a0dfd329346dd46c87e911cd616
[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 INCLUDE_DIRECTORIES(../bbsVtkGUIEditorGraphic)
9
10 INCLUDE_DIRECTORIES(../../../data/icons)
11
12 ADD_LIBRARY(bbsVtkGUIEditorGraphic
13                 ${bbsVtkGUIEditorGraphic_CXX_SOURCES}
14                 ${bbsVtkGUIEditorGraphic_H_SOURCES}  )