From 5e61ee1322a30ee505782697ff4b762dcec9b947 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 30 Oct 2020 16:07:13 +0100 Subject: Bring common GTK routines into 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 b8a0569a..a3328c2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -394,7 +394,7 @@ if (GTK_FOUND) set(CRYSTFEL_GUI_SOURCES src/crystfel_gui.c src/crystfelimageview.c 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/crystfelsymmetryselector.c src/gtk-util-routines.c) if (HAVE_SLURM) set(CRYSTFEL_GUI_SOURCES ${CRYSTFEL_GUI_SOURCES} src/gui_backend_slurm.c) -- cgit v1.2.3