From 20c476104e67a9b98caeefd857cab84320fc916a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 6 Dec 2018 16:29:43 +0100 Subject: Add make_pixelmap to core CrystFEL --- CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a3f15912..e3238209 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -344,6 +344,14 @@ target_include_directories(whirligig PRIVATE ${COMMON_INCLUDES}) target_link_libraries(whirligig ${COMMON_LIBRARIES}) list(APPEND CRYSTFEL_EXECUTABLES whirligig) +# ---------------------------------------------------------------------- +# make_pixelmap + +set(MAKE_PIXELMAP_SOURCES src/make_pixelmap.c) +add_executable(make_pixelmap ${MAKE_PIXELMAP_SOURCES}) +target_include_directories(make_pixelmap PRIVATE ${COMMON_INCLUDES}) +target_link_libraries(make_pixelmap ${COMMON_LIBRARIES} ${HDF5_C_LIBRARIES}) +list(APPEND CRYSTFEL_EXECUTABLES make_pixelmap) # ---------------------------------------------------------------------- # Install targets @@ -376,6 +384,7 @@ install(FILES doc/man/process_hkl.1 doc/man/render_hkl.1 doc/man/whirligig.1 + doc/man/make_pixelmap.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 ) -- cgit v1.2.3