forked from pool/breeze
15 lines
652 B
Diff
15 lines
652 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index e2ec52a..e748958 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -25,7 +25,8 @@ else()
|
|
add_subdirectory(windec)
|
|
|
|
INSTALL(FILES colors/Breeze.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/)
|
|
- INSTALL(FILES colors/Breeze-Dark.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/)
|
|
+ INSTALL(FILES colors/Breeze-Dark.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/ RENAME BreezeDark.colors)
|
|
+ INSTALL(FILES colors/BreezeLight.colors DESTINATION ${DATA_INSTALL_DIR}/color-schemes/)
|
|
endif()
|
|
|
|
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
|