diff options
author | Thomas White <taw@physics.org> | 2020-08-13 16:38:41 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-13 16:38:48 +0200 |
commit | aaee08b4fe53bf2cdc2079ee623d4d86f4f73991 (patch) | |
tree | 1239a314df54b6f57602c6911b4ed0b7a86833df /meson.build | |
parent | 4bdd170078ad5eaa930d71bc1ccbf735aebf731b (diff) |
Add icon SVG and use for window icon
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
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') |