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