project(CleanTheme)
cmake_minimum_required (VERSION 2.6)

install( FILES 
./theme.css
  DESTINATION ${THEME_INSTALL_DIR}/Clean
)
