Skip to content
Snippets Groups Projects
Commit 7e91fdaa authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'cmake.ForwardTransportSvc-20200618' into 'master'

ForwardTransportSvc: cmake fixes

See merge request atlas/athena!33905
parents 753087f4 00c734d1
No related branches found
No related tags found
No related merge requests found
...@@ -20,15 +20,21 @@ find_package( Geant4 ) ...@@ -20,15 +20,21 @@ find_package( Geant4 )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread ) find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
find_package( XercesC ) find_package( XercesC )
atlas_add_library( ForwardTransportSvcLib
ForwardTransportSvc/*.h
INTERFACE
PUBLIC_HEADERS ForwardTransportSvc
INCLUDE_DIRS ${GEANT4_INCLUDE_DIRS}
LINK_LIBRARIES GaudiKernel AtlasHepMCLib ForwardTracker )
# Component(s) in the package: # Component(s) in the package:
atlas_add_component( ForwardTransportSvc atlas_add_component( ForwardTransportSvc
src/*.cxx src/*.cxx
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${XERCESC_INCLUDE_DIRS} ${GEANT4_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${XERCESC_INCLUDE_DIRS} ${GEANT4_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${XERCESC_LIBRARIES} ${GEANT4_LIBRARIES} ${CLHEP_LIBRARIES} AtlasHepMCLib ForwardTracker GaudiKernel AthenaBaseComps GeneratorObjects ForwardTracker ) LINK_LIBRARIES ${ROOT_LIBRARIES} ${XERCESC_LIBRARIES} ${GEANT4_LIBRARIES} ${CLHEP_LIBRARIES} ForwardTransportSvcLib AthenaBaseComps GeneratorObjects ForwardTracker )
# Install files from the package: # Install files from the package:
atlas_install_headers( ForwardTransportSvc )
atlas_install_python_modules( python/*.py ) atlas_install_python_modules( python/*.py )
atlas_install_joboptions( share/*.py ) atlas_install_joboptions( share/*.py )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment