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