project(cepgenerator)

#set (CEPGENERATOR_H 
#	CepGenerator.h
#)
#
#set (CEPGENERATOR_SRCS 
#	CepGenerator.cpp
#)

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

