Skip to content
Snippets Groups Projects
Commit 9bfaf213 authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (ISF_PunchThroughTools-00-01-03)

	* Tweaked the requirements file so that cmt2cmake.py would
	  understand all of the statements in it.
	* Tagging as ISF_PunchThroughTools-00-01-03
parent 118d2466
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: ISF_PunchThroughTools
################################################################################
# Declare the package name:
atlas_subdir( ISF_PunchThroughTools )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Control/AthenaBaseComps
Control/AthenaKernel
DetectorDescription/GeoPrimitives
Simulation/Barcode/BarcodeInterfaces
Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimInterfaces
PRIVATE
AtlasGeometryCommon/SubDetectorEnvelopes
Control/DataModel
GaudiKernel
Simulation/ISF/ISF_Core/ISF_Event
Simulation/ISF/ISF_Core/ISF_Interfaces
Tools/PathResolver )
# External dependencies:
find_package( CLHEP )
find_package( Eigen )
find_package( HepMC )
find_package( HepPDT )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
# Component(s) in the package:
atlas_add_component( ISF_PunchThroughTools
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${HEPPDT_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} ${HEPMC_INCLUDE_DIRS} ${EIGEN_INCLUDE_DIRS}
LINK_LIBRARIES ${HEPPDT_LIBRARIES} ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} ${HEPMC_LIBRARIES} ${EIGEN_LIBRARIES} AthenaBaseComps AthenaKernel GeoPrimitives ISF_FastCaloSimInterfaces DataModel GaudiKernel ISF_Event ISF_Interfaces PathResolver )
# Install files from the package:
atlas_install_headers( ISF_PunchThroughTools )
atlas_install_runtime( Data/*.root )
......@@ -37,7 +37,7 @@ use ISF_Interfaces ISF_Interfaces-* Simulation/ISF/ISF_
use HepPDT v* LCG_Interfaces
use PathResolver PathResolver-* Tools
declare_runtime_extras extras = ../Data/*.root
apply_pattern declare_runtime_extras extras=../Data/*.root
public
library ISF_PunchThroughTools *.cxx components/*.cxx
......
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