]> Creatis software - bbtkGEditor.git/blob - lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/CMakeLists.txt
It works !! Basic D&D and creation of VTK rectangle... Good work
[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                                 
13