From 94e649740e6599ed6a5c1e9357c2229e96d28bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Grad?= Date: Tue, 17 Dec 2024 22:38:06 +0100 Subject: [PATCH] fixup --- src/instrumentation/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/instrumentation/CMakeLists.txt b/src/instrumentation/CMakeLists.txt index 190c300818..2a6f5956cc 100644 --- a/src/instrumentation/CMakeLists.txt +++ b/src/instrumentation/CMakeLists.txt @@ -45,6 +45,8 @@ if(ESPRESSO_BUILD_WITH_FPE) espresso_fpe PUBLIC $ $) target_link_libraries(espresso_instrumentation INTERFACE espresso::fpe) + install(TARGETS espresso_fpe + LIBRARY DESTINATION ${ESPRESSO_INSTALL_PYTHON}/espressomd) endif() add_subdirectory(tests)