From aaee08b4fe53bf2cdc2079ee623d4d86f4f73991 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 13 Aug 2020 16:38:41 +0200 Subject: Add icon SVG and use for window icon --- meson.build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 8ae018de..2ceeed4f 100644 --- a/meson.build +++ b/meson.build @@ -234,6 +234,12 @@ executable('pattern_sim', pattern_sim_sources, simulation_bits = files(['src/diffraction.c', 'src/diffraction-gpu.c', 'src/cl-utils.c']) +# ************************ Misc resources ************************ + +install_data(['data/crystfel.svg'], + install_dir : get_option('datadir')+'/icons/hicolor/scalable/apps') + + # ************************ Testing ************************ subdir('tests') -- cgit v1.2.3