file( GLOB _kvtmls RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.kvtml )
install(
FILES ${_kvtmls}
DESTINATION ${DATA_INSTALL_DIR}/kanagram/data/en
)