summaryrefslogtreecommitdiffstats
path: root/pics/tiny/CMakeLists.txt
blob: d82da30d2c0c740306244c5b562e3f0c406bc0c3 (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/tiny
)