file(GLOB SCHEMAS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.xsd")

install(FILES ${SCHEMAS} DESTINATION schema)
