]> Creatis software - bbtkGEditor.git/blob - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/CMakeLists.txt
hi ..
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / CMakeLists.txt
1
2
3 FILE(GLOB bbsWxGUIEditorGraphic_CXX_SOURCES "." "*.cxx")
4 FILE(GLOB bbsWxGUIEditorGraphic_H_SOURCES "." "*.h")
5
6 INCLUDE_DIRECTORIES(../bbsKernelEditorGraphic)
7 INCLUDE_DIRECTORIES(../bbsVtkGUIEditorGraphic)
8
9 ADD_LIBRARY(bbsWxGUIEditorGraphic
10                 ${bbsWxGUIEditorGraphic_CXX_SOURCES}
11                 ${bbsWxGUIEditorGraphic_H_SOURCES}  )
12
13 #TARGET_LINK_LIBRARIES(bbsWxGUIEditorGraphic  bbtk  )