FILE(GLOB bbsWxGUIEditorGraphic_CXX_SOURCES "." "*.cxx") FILE(GLOB bbsWxGUIEditorGraphic_H_SOURCES "." "*.h") INCLUDE_DIRECTORIES(../bbsKernelEditorGraphic) INCLUDE_DIRECTORIES(../bbsVtkGUIEditorGraphic) ADD_LIBRARY(bbsWxGUIEditorGraphic ${bbsWxGUIEditorGraphic_CXX_SOURCES} ${bbsWxGUIEditorGraphic_H_SOURCES} ) #TARGET_LINK_LIBRARIES(bbsWxGUIEditorGraphic bbtk )