Skip to content
Snippets Groups Projects

GeneratorPhysVal: cmake fix

Merged Scott Snyder requested to merge ssnyder/athena:cmake.GeneratorPhysVal-20241220 into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -9,8 +9,8 @@ find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
atlas_add_component( GeneratorPhysVal
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} GaudiKernel AthenaBaseComps AthenaMonitoringLib xAODBase xAODCore xAODEventInfo xAODMuon xAODTruth TrkValHistUtils AsgTools PMGAnalysisInterfacesLib PMGToolsLib PathResolver TruthUtils)
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} GaudiKernel AthenaBaseComps AthenaMonitoringLib xAODBase xAODCore xAODEventInfo xAODMuon xAODTruth TrkValHistUtils AsgTools PMGAnalysisInterfacesLib PMGToolsLib PathResolver TruthUtils)
atlas_install_python_modules( python/*py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_runtime( scripts/*py POST_BUILD_CMD ${ATLAS_FLAKE8} )
\ No newline at end of file
atlas_install_runtime( scripts/*py POST_BUILD_CMD ${ATLAS_FLAKE8} )
Loading