Skip to content
Snippets Groups Projects
Commit eec3a013 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

CaloSamplingFractionAnalysis: cmake fixes

Remove unused Eigen and HepMC dependency, add missing link dependencies.
parent 8a03a780
No related branches found
No related tags found
No related merge requests found
################################################################################ # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Package: CaloSamplingFractionAnalysis
################################################################################
# Declare the package name: # Declare the package name:
atlas_subdir( CaloSamplingFractionAnalysis ) atlas_subdir( CaloSamplingFractionAnalysis )
# External dependencies: # External dependencies:
find_package( CLHEP ) find_package( CLHEP )
find_package( HepMC ) find_package( ROOT COMPONENTS Core Tree )
find_package( Eigen )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread Table MathMore Minuit Minuit2 Matrix Physics HistPainter Rint Graf Graf3d Gpad Html Postscript Gui GX11TTF GX11 )
# tag ROOTBasicLibs was not recognized in automatic conversion in cmt2cmake
# tag ROOTSTLDictLibs was not recognized in automatic conversion in cmt2cmake
# Component(s) in the package: # Component(s) in the package:
atlas_add_component( CaloSamplingFractionAnalysis atlas_add_component( CaloSamplingFractionAnalysis
src/*.cxx src/*.cxx
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} ${HEPMC_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} ${HEPMC_LIBRARIES} GaudiKernel CaloDetDescrLib CaloIdentifier CaloSimEvent CaloEvent AthenaBaseComps GeoAdaptors EventInfo LArSimEvent LArG4RunControl LArReadoutGeometry TileDetDescr TileSimEvent ) LINK_LIBRARIES ${CLHEP_LIBRARIES} ${ROOT_LIBRARIES} AthenaBaseComps AtlasHepMCLib CaloDetDescrLib CaloEvent CaloIdentifier CaloSimEvent EventInfo GaudiKernel GeneratorObjects GeoAdaptors Identifier LArElecCalib LArG4RunControl LArReadoutGeometry LArSimEvent StoreGateLib TileConditionsLib TileSimEvent )
# Install files from the package: # Install files from the package:
# atlas_install_headers( CaloSamplingFractionAnalysis )
atlas_install_joboptions( share/*.py ) atlas_install_joboptions( share/*.py )
atlas_install_runtime( share/*.C share/HEC_SF_analysis share/run*.sh ) atlas_install_runtime( share/*.C share/HEC_SF_analysis share/run*.sh )
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