From 4a6a4bfcffad676c4179a3c642e9665901c03eb7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 24 Feb 2021 16:27:42 +0100 Subject: GUI: Move import stuff to separate file --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a698bfb1..7f6d8a72 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_ambi.c) + src/gui_export.c src/gui_ambi.c src/gui_import.c) if (HAVE_SLURM) set(CRYSTFEL_GUI_SOURCES ${CRYSTFEL_GUI_SOURCES} src/gui_backend_slurm.c) -- cgit v1.2.3