Skip to content
Snippets Groups Projects
Commit 1c2ab343 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'cmake.LArG4ShowerLibSvc-20200617' into 'master'

LArG4ShowerLibSvc: cmake fixes

See merge request atlas/athena!33821
parents 27260c3a 418249ee
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!33821LArG4ShowerLibSvc: cmake fixes
......@@ -21,15 +21,20 @@ find_package( Geant4 )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
find_package( XercesC )
atlas_add_library( LArG4ShowerLibSvcLib
LArG4ShowerLibSvc/*.h
INTERFACE
PUBLIC_HEADERS LArG4ShowerLibSvc
LINK_LIBRARIES GaudiKernel LArG4Code AthenaBaseComps )
# Component(s) in the package:
atlas_add_component( LArG4ShowerLibSvc
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${XERCESC_INCLUDE_DIRS} ${GEANT4_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${XERCESC_LIBRARIES} ${GEANT4_LIBRARIES} ${CLHEP_LIBRARIES} AthenaBaseComps GaudiKernel LArG4Code AthenaKernel LArG4ShowerLib PathResolver )
LINK_LIBRARIES ${ROOT_LIBRARIES} ${XERCESC_LIBRARIES} ${GEANT4_LIBRARIES} ${CLHEP_LIBRARIES} LArG4ShowerLibSvcLib AthenaKernel LArG4ShowerLib PathResolver )
# Install files from the package:
atlas_install_headers( LArG4ShowerLibSvc )
atlas_install_python_modules( python/*.py )
atlas_install_scripts( 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