diff options
| author | Robert Tari <robert@tari.in> | 2025-04-01 10:43:54 +0200 |
|---|---|---|
| committer | Robert Tari <robert@tari.in> | 2025-04-01 10:43:54 +0200 |
| commit | a48b8e91f5297c887fe63d78e6bda526cec58488 (patch) | |
| tree | 00ad7b0e58ae79b5b3517f60d3aea3be0b51cebd /data/CMakeLists.txt | |
| parent | 2276739bed86fadfd3b7de4131e466974e921393 (diff) | |
| download | ayatana-indicator-session-a48b8e91f5297c887fe63d78e6bda526cec58488.tar.gz ayatana-indicator-session-a48b8e91f5297c887fe63d78e6bda526cec58488.tar.bz2 ayatana-indicator-session-a48b8e91f5297c887fe63d78e6bda526cec58488.zip | |
Add high contrast icons
Diffstat (limited to 'data/CMakeLists.txt')
| -rw-r--r-- | data/CMakeLists.txt | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index b7f4f66..259190d 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -69,15 +69,4 @@ install (FILES "${AYATANA_INDICATOR_FILE}" ## Icons ## -# where to install -set (ICON_DIR "${CMAKE_INSTALL_FULL_DATADIR}/icons/hicolor") -message (STATUS "${ICON_DIR} is the Icon install dir") - -install (DIRECTORY - icons/16x16 - icons/22x22 - icons/24x24 - icons/32x32 - icons/scalable - DESTINATION "${ICON_DIR}" - FILES_MATCHING PATTERN "*.png" PATTERN "*.svg") +install (DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/icons" DESTINATION "${CMAKE_INSTALL_FULL_DATADIR}") |
