mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
switch to git no-history version
This commit is contained in:
38
src/Detectors/CMakeLists.txt
Normal file
38
src/Detectors/CMakeLists.txt
Normal file
@@ -0,0 +1,38 @@
|
||||
# HEADERS
|
||||
set(HEADERS
|
||||
DetectorChamber.h
|
||||
ExperimentFitEvent.h
|
||||
GeantEvent.h
|
||||
HitMC.h
|
||||
MuonScatter.h
|
||||
MuonEvent.h
|
||||
MuonError.h
|
||||
ChamberHitEvent.h
|
||||
Hit.h
|
||||
LinearFit.h
|
||||
Solid.h
|
||||
Matter.h
|
||||
Scene.h
|
||||
)
|
||||
|
||||
|
||||
# SOURCES
|
||||
set(SOURCES
|
||||
Solid.cpp
|
||||
Scene.cpp
|
||||
)
|
||||
|
||||
set(LIBRARIES
|
||||
${Boost_SERIALIZATION_LIBRARY}
|
||||
${Boost_SIGNALS_LIBRARY}
|
||||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||
${Eigen_LIBRARY}
|
||||
${Geant4_LIBRARIES}
|
||||
${ROOT_LIBRARIES}
|
||||
${PACKAGE_LIBPREFIX}Core
|
||||
${PACKAGE_LIBPREFIX}Math
|
||||
${PACKAGE_LIBPREFIX}Detectors
|
||||
)
|
||||
|
||||
uLib_add_shared_library(${uLib-module})
|
||||
add_subdirectory(testing)
|
||||
Reference in New Issue
Block a user