diff options
author | Thomas White <taw@physics.org> | 2021-01-22 15:45:09 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-01-22 15:45:09 +0100 |
commit | a8911944b66861b692e5e36c8e9374439b9649b2 (patch) | |
tree | c4c14c84db60ee47b227e64d48563c6eb0aeee0a /libcrystfel/meson.build | |
parent | 27a6976e7ec7a5309475bcfe360ec13cb418175f (diff) |
Move figure of merit calculation into libcrystfel
Diffstat (limited to 'libcrystfel/meson.build')
-rw-r--r-- | libcrystfel/meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build index 244fc4cc..48822d60 100644 --- a/libcrystfel/meson.build +++ b/libcrystfel/meson.build @@ -94,6 +94,7 @@ libcrystfel_sources = ['src/image.c', 'src/datatemplate.c', 'src/colscale.c', 'src/detgeom.c', + 'src/fom.c', 'src/image-cbf.c', 'src/image-hdf5.c', 'src/indexers/dirax.c', @@ -154,7 +155,8 @@ install_headers(['src/reflist.h', 'src/datatemplate.h', 'src/colscale.h', 'src/detgeom.h', - 'src/image-msgpack.h'], + 'src/image-msgpack.h', + 'src/fom.h'], subdir: 'crystfel') # API documentation (Doxygen) |