aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-06-07 14:02:26 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commitc6115928bb875b0ed408655ff12b9ca00dae017c (patch)
tree4893d810372a0cd21d8a2115ef9a26af4e90ce1e /libcrystfel/meson.build
parentbbfee92698c5bc2d5ab91782ab5215884da1c93b (diff)
Move Mille stuff to separate file
Diffstat (limited to 'libcrystfel/meson.build')
-rw-r--r--libcrystfel/meson.build7
1 files changed, 6 insertions, 1 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build
index cacf0e82..82937f48 100644
--- a/libcrystfel/meson.build
+++ b/libcrystfel/meson.build
@@ -161,6 +161,10 @@ libcrystfel_sources = ['src/image.c',
symop_lex_ch,
symop_parse_ch]
+if millepededep.found()
+ libcrystfel_sources += 'src/crystfel-mille.c'
+endif
+
configure_file(input: 'libcrystfel-config.h.meson.in',
output: 'libcrystfel-config.h',
configuration: conf_data)
@@ -205,7 +209,8 @@ install_headers(['src/reflist.h',
'src/datatemplate.h',
'src/colscale.h',
'src/detgeom.h',
- 'src/fom.h'],
+ 'src/fom.h',
+ 'src/crystfel-mille.h'],
subdir: 'crystfel')
# API documentation (Doxygen)