Skip to content
Snippets Groups Projects
Commit 27379fc1 authored by John Derek Chapman's avatar John Derek Chapman Committed by Graeme Stewart
Browse files

Add CMakeLists.txt - ATLASSIM-3005. Tagging: G4TruthStrategies-00-01-05...

Add CMakeLists.txt - ATLASSIM-3005. Tagging: G4TruthStrategies-00-01-05 (G4TruthStrategies-00-01-05)

	* add CMakeLists.txt - ATLASSIM-3005
	* Tagging: G4TruthStrategies-00-01-05


Former-commit-id: 908a89e32c1c362d9fbc6a3f0dcbe3dbe2da6eb9
parent 3aa6acc0
No related branches found
No related tags found
Loading
################################################################################
# Package: G4TruthStrategies
################################################################################
# Declare the package name:
atlas_subdir( G4TruthStrategies )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Simulation/G4Sim/MCTruthBase
PRIVATE
Simulation/G4Sim/MCTruth )
# External dependencies:
find_package( CLHEP )
find_package( Geant4 )
find_package( XercesC )
# Component(s) in the package:
atlas_add_library( G4TruthStrategies
src/*.cxx
PUBLIC_HEADERS G4TruthStrategies
PRIVATE_INCLUDE_DIRS ${GEANT4_INCLUDE_DIRS} ${XERCESC_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
PRIVATE_DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES MCTruthBaseLib
PRIVATE_LINK_LIBRARIES ${GEANT4_LIBRARIES} ${XERCESC_LIBRARIES} ${CLHEP_LIBRARIES} MCTruth )
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