From f9b72e46703ecd5b06e99fb22f31ca13fac52970 Mon Sep 17 00:00:00 2001 From: dglazier Date: Fri, 14 Oct 2022 17:37:33 +0100 Subject: [PATCH] another CMakeLists --- core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index f7bad02..5e864d1 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -108,7 +108,7 @@ add_library(${ELSPECTRO} SHARED G__${ELSPECTRO}.cxx ) -target_link_libraries(${ELSPECTRO} ROOT::Core ROOT::Rint ROOT::RIO ROOT::RooFit ROOT::MathMore ROOT::EG ROOT::GenVector ) +target_link_libraries(${ELSPECTRO} -lRooFit -lMathMore -lEG -lGenVector ) install(TARGETS ${ELSPECTRO} LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}")