diff --git a/NPLib/ressources/DetectorSkeleton/NPSimulation/CMakeLists.txt b/NPLib/ressources/DetectorSkeleton/NPSimulation/CMakeLists.txt new file mode 100644 index 0000000000000000000000000000000000000000..8ac9df45f1696168a0813669373dcbaa40908128 --- /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)