Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to GaudiAlgLib #36

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DRdigi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gaudi_add_module(DRdigi
LINK
EDM4HEP::edm4hep
sipm::sipm
Gaudi::GaudiAlgLib
Gaudi::GaudiKernel
k4FWCore::k4FWCore
)
Expand Down
1 change: 1 addition & 0 deletions DRreco/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gaudi_add_module(DRreco
LINK
EDM4HEP::edm4hep
DRsegmentation
Gaudi::GaudiAlgLib
Gaudi::GaudiKernel
k4FWCore::k4FWCore
CLHEP::CLHEP
Expand Down
1 change: 1 addition & 0 deletions DRsim/DRsimG4Components/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ file(GLOB headers
gaudi_add_module(DRsimG4Components
SOURCES ${sources}
LINK
Gaudi::GaudiAlgLib
Gaudi::GaudiKernel
k4FWCore::k4FWCore
EDM4HEP::edm4hep
Expand Down
1 change: 1 addition & 0 deletions DRsim/DRsimG4Fast/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ file(GLOB headers
gaudi_add_module(DRsimG4Fast
SOURCES ${sources}
LINK
Gaudi::GaudiAlgLib
Gaudi::GaudiKernel
k4FWCore::k4FWCore
${Geant4_LIBRARIES}
Expand Down
Loading