file(GLOB CSS_FILES *.css)
install(FILES ${CSS_FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/${CMAKE_PROJECT_NAME}/themes)
