From 79c43f735fedc45fae6c5d72ade70f0012cef530 Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Thu, 2 Feb 2023 23:07:00 +0000 Subject: Add a custom topographic map icon --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e2f3c5f..ab87345 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,5 +22,6 @@ add_subdirectory(src) build_translations(i18n) generate_desktop(${CMAKE_SOURCE_DIR} asteroid-map) install(FILES waypoint.svg DESTINATION /usr/share/icons/asteroid/) +install(FILES ios-topographic-outline.svg DESTINATION /usr/share/icons/asteroid/) feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) -- cgit v1.2.3-54-g00ecf