blob: aa454a715ecb6499f4b60f1e0029ebc822fb7dda (
plain)
1
2
3
4
5
6
7
8
9
10
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
)
|