aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-08-25 11:41:01 +0200
committerThomas White <taw@physics.org>2022-08-25 11:41:01 +0200
commitce04f16968e806625163d27482ac5c75b8eb14e8 (patch)
tree090a72c0c7d849bb0c88dafccadf438bda69d67c /CMakeLists.txt
parentd7079c3725df973d1444478881d8debfe39e065c (diff)
CMake: remove unnecessary SVG installation
These are included in the GResources now
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7dd1a6b5..d7d09df4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -180,15 +180,6 @@ install(FILES ${CMAKE_SOURCE_DIR}/scripts/detector-shift
# Misc resources
install(FILES ${CMAKE_SOURCE_DIR}/data/crystfel.svg
- ${CMAKE_SOURCE_DIR}/data/crystfel-load-data.svg
- ${CMAKE_SOURCE_DIR}/data/crystfel-peak-detection.svg
- ${CMAKE_SOURCE_DIR}/data/crystfel-index-frame.svg
- ${CMAKE_SOURCE_DIR}/data/crystfel-index-all.svg
- ${CMAKE_SOURCE_DIR}/data/crystfel-unitcell.svg
- ${CMAKE_SOURCE_DIR}/data/crystfel-ambiguity.svg
- ${CMAKE_SOURCE_DIR}/data/crystfel-merge.svg
- ${CMAKE_SOURCE_DIR}/data/crystfel-fom.svg
- ${CMAKE_SOURCE_DIR}/data/crystfel-export.svg
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps)
# ----------------------------------------------------------------------