FILE(GLOB bbsWxGUIEditorGraphic_CXX_SOURCES "." "*.cxx") FILE(GLOB bbsWxGUIEditorGraphic_H_SOURCES "." "*.h") ADD_LIBRARY(bbsWxGUIEditorGraphic ${bbsWxGUIEditorGraphic_CXX_SOURCES} ${bbsWxGUIEditorGraphic_H_SOURCES} ) TARGET_LINK_LIBRARIES(bbsWxGUIEditorGraphic bbtk )