summaryrefslogtreecommitdiffstats
path: root/pics/zacman/CMakeLists.txt
blob: 6258b3d63a6f4a8606ab02abf16d850c35c9a1c4 (plain)
1
2
3
4
5
6
7
8
##### other data

file( GLOB xpm_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.xpm )

install(
    FILES ${xpm_files}
    DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/pics/zacman
)