aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-02-16 16:51:53 +0100
committerThomas White <taw@physics.org>2021-02-16 16:51:53 +0100
commitf91ffd75782687173ddf82e5b06b217bb3efe225 (patch)
treecfb52b96983ff64b40a692949e5794313ec98ed1 /CMakeLists.txt
parent62c340b78fa1cf1430a9d1ec217f221406c05488 (diff)
GUI: Add ambigator options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bdd31cb4..a698bfb1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -397,7 +397,7 @@ if (GTK_FOUND)
src/gui_peaksearch.c src/gui_index.c src/gui_merge.c src/gui_backend_local.c
src/gui_project.c src/crystfelindexingopts.c src/crystfelmergeopts.c
src/crystfelsymmetryselector.c src/gtk-util-routines.c src/gui_fom.c
- src/gui_export.c)
+ src/gui_export.c src/gui_ambi.c)
if (HAVE_SLURM)
set(CRYSTFEL_GUI_SOURCES ${CRYSTFEL_GUI_SOURCES} src/gui_backend_slurm.c)