diff options
Diffstat (limited to 'src/themes')
-rw-r--r-- | src/themes/Architecture/CMakeLists.txt | 6 | ||||
-rw-r--r-- | src/themes/CMakeLists.txt | 1 | ||||
-rw-r--r-- | src/themes/FingerPrint/CMakeLists.txt | 6 | ||||
-rw-r--r-- | src/themes/MoodinKDE/CMakeLists.txt | 4 |
4 files changed, 17 insertions, 0 deletions
diff --git a/src/themes/Architecture/CMakeLists.txt b/src/themes/Architecture/CMakeLists.txt new file mode 100644 index 0000000..90bc1fb --- /dev/null +++ b/src/themes/Architecture/CMakeLists.txt @@ -0,0 +1,6 @@ +file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png ) + +install( + FILES ${_pics} Background.jpg Theme.rc + DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/Architecture +) diff --git a/src/themes/CMakeLists.txt b/src/themes/CMakeLists.txt new file mode 100644 index 0000000..6d0aa9f --- /dev/null +++ b/src/themes/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/src/themes/FingerPrint/CMakeLists.txt b/src/themes/FingerPrint/CMakeLists.txt new file mode 100644 index 0000000..cfcad13 --- /dev/null +++ b/src/themes/FingerPrint/CMakeLists.txt @@ -0,0 +1,6 @@ +file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png ) + +install( + FILES ${_pics} Background.jpg Theme.rc + DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/FingerPrint +) diff --git a/src/themes/MoodinKDE/CMakeLists.txt b/src/themes/MoodinKDE/CMakeLists.txt new file mode 100644 index 0000000..d0fbb88 --- /dev/null +++ b/src/themes/MoodinKDE/CMakeLists.txt @@ -0,0 +1,4 @@ +install( + FILES Background.jpg Preview.png Theme.rc + DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/MoodinKDE +) |