gather_headers_and_sources(CEPGENERATOR)
camitk_library( STATIC
                SOURCES ${CEPGENERATOR_HEADERS} ${CEPGENERATOR_SOURCES}
                NEEDS_XSD
                NEEDS_XERCESC
                NEEDS_CEP_LIBRARIES cepcoreschema
                CEP_NAME SDK
                DESCRIPTION "Create CEP and file skeletons from xml files"
)

