diff options
author | Thomas White <taw@physics.org> | 2024-01-10 16:49:41 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2024-01-10 17:10:34 +0100 |
commit | 2058e8e032575c6b267271522778c9beb3d8b0aa (patch) | |
tree | 4eac3fd9d33530d8c9412758d3c41a64a101b75e /meson.build | |
parent | 8ad1eddff0b3f020581e1852448752145656d16d (diff) |
GUI: Skeleton task for detector alignment
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 248a75fa..d0cb0081 100644 --- a/meson.build +++ b/meson.build @@ -218,6 +218,7 @@ if gtkdep.found() 'src/gui_fom.c', 'src/gui_export.c', 'src/gui_ambi.c', + 'src/gui_align.c', 'src/gui_backend_local.c', 'src/gui_backend_slurm.c', 'src/gui_project.c', |