From 2c667bfc79bc2397fe39658ce48f95fac99c5016 Mon Sep 17 00:00:00 2001 From: adrien-matta <a.matta@surrey.ac.uk> Date: Fri, 8 Jan 2016 13:44:52 +0000 Subject: [PATCH] * Adding missing CMakeLists.txt in detector skeleton --- NPLib/ressources/DetectorSkeleton/NPSimulation/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 NPLib/ressources/DetectorSkeleton/NPSimulation/CMakeLists.txt diff --git a/NPLib/ressources/DetectorSkeleton/NPSimulation/CMakeLists.txt b/NPLib/ressources/DetectorSkeleton/NPSimulation/CMakeLists.txt new file mode 100644 index 000000000..8ac9df45f --- /dev/null +++ b/NPLib/ressources/DetectorSkeleton/NPSimulation/CMakeLists.txt @@ -0,0 +1,2 @@ +add_library(NPSDETECTORNAME SHARED DETECTORNAME.cc) +target_link_libraries(NPSDETECTORNAME NPSCore ${ROOT_LIBRARIES} ${Geant4_LIBRARIES} ${NPLib_LIBRARIES} -lNPDETECTORNAME) -- GitLab