summaryrefslogtreecommitdiffstats
path: root/backgrounds/osx/CMakeLists.txt
blob: d39483187aa8e135a7bb196ea6999258f548273b (plain)
1
2
3
4
5
6
file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png )

install(
    FILES ${_pics}
    DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/backgrounds/osx
)