Skip to content
Snippets Groups Projects
Commit ee8bf6b6 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

AFP_Monitoring: cmake fixes

Library dependency fixes.
parent cceadb29
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@ atlas_depends_on_subdirs( PUBLIC
Event/xAOD/xAODForward
ForwardDetectors/AFP/AFP_RawEv
PRIVATE
External/AtlasROOT
Tools/LWHists
Event/xAOD/xAODEventInfo
)
......@@ -28,7 +27,7 @@ atlas_add_component( AFP_Monitoring
src/components/*.cxx
PUBLIC_HEADERS AFP_Monitoring
INCLUDE_DIRS ${CORAL_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaMonitoringLib LWHists xAODForward xAODEventInfo AFP_RawEv)
LINK_LIBRARIES AthenaMonitoringLib LWHists xAODForward xAODEventInfo AFP_RawEv)
atlas_install_headers( AFP_Monitoring )
atlas_install_joboptions( 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