diff options
Diffstat (limited to 'backgrounds/default')
-rw-r--r-- | backgrounds/default/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backgrounds/default/CMakeLists.txt b/backgrounds/default/CMakeLists.txt new file mode 100644 index 0000000..d7f3783 --- /dev/null +++ b/backgrounds/default/CMakeLists.txt @@ -0,0 +1,6 @@ +file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png ) + +install( + FILES ${_pics} + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/backgrounds/default +) |