From 6dfea8ddd0b7cb717fc120dc68edc42b0e1fbdd8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 29 Jun 2020 13:55:20 +0200 Subject: Break render.c down and move to geoptimiser and CrystFELImageView These two functions will diverge in the future. Also, this change removes the last remaining dependency of libcrystfel on Gdk/Gtk-anything. --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7697e141..77018925 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -326,6 +326,12 @@ list(APPEND CRYSTFEL_EXECUTABLES ambigator) # ---------------------------------------------------------------------- # geoptimiser + # FIXME! +#if (GDKPIXBUF_FOUND) +# target_include_directories(${PROJECT_NAME} PRIVATE ${GDKPIXBUF_INCLUDE_DIRS}) +# target_link_libraries(${PROJECT_NAME} PRIVATE ${GDKPIXBUF_LIBRARIES}) +#endif (GDKPIXBUF_FOUND) + # FIXME: Restore! #set(GEOPTIMISER_SOURCES src/geoptimiser.c) #add_executable(geoptimiser ${GEOPTIMISER_SOURCES}) -- cgit v1.2.3