From 4bdd170078ad5eaa930d71bc1ccbf735aebf731b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 13 Aug 2020 15:33:04 +0200 Subject: GUI: Sketch out indexing options etc --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c9b08e1c..5c5f6d91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -402,7 +402,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_backend_local.c - src/gui_project.c) + src/gui_project.c src/crystfelindexingopts.c) add_executable(crystfel ${CRYSTFEL_GUI_SOURCES} ${CMAKE_CURRENT_BINARY_DIR}/version.c) -- cgit v1.2.3