diff options
Diffstat (limited to 'ksnake/data/CMakeLists.txt')
-rw-r--r-- | ksnake/data/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ksnake/data/CMakeLists.txt b/ksnake/data/CMakeLists.txt new file mode 100644 index 00000000..aa454a71 --- /dev/null +++ b/ksnake/data/CMakeLists.txt @@ -0,0 +1,11 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +add_subdirectory( levels ) +add_subdirectory( pixmaps ) +add_subdirectory( backgrounds ) + +##### other data ################################ + +install( FILES highScores + DESTINATION ${DATA_INSTALL_DIR}/ksnake +) |