diff options
author | Thomas White <taw@physics.org> | 2020-08-04 15:28:29 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-04 15:29:43 +0200 |
commit | f9d454ae2a5c2c3ac2d7fc7161a1f02fc87da612 (patch) | |
tree | 4bb3005723c32f73d031efc1498c76b018daf084 /meson.build | |
parent | dce8a7b87023159480d06c963751da7e4fd2cb7c (diff) |
Convert partial_sim to DataTemplate
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meson.build b/meson.build index 3a36b11d..99d1949d 100644 --- a/meson.build +++ b/meson.build @@ -114,11 +114,10 @@ executable('cell_tool', install : true) # partial_sim -# FIXME: restore -#executable('partial_sim', -# ['src/partial_sim.c'], -# dependencies : [mdep, libcrystfeldep, gsldep, pthreaddep], -# install : true) +executable('partial_sim', + ['src/partial_sim.c', versionc], + dependencies : [mdep, libcrystfeldep, gsldep, pthreaddep], + install : true) # process_hkl process_hkl = executable('process_hkl', |