Skip to content
Snippets Groups Projects
Commit 88a41e0d authored by Dan Guest's avatar Dan Guest
Browse files

move link libraries into component

parent 12485c97
Branches rename
No related tags found
No related merge requests found
Pipeline #11057212 passed
......@@ -10,13 +10,6 @@ find_package( Boost COMPONENTS json)
# Add the library
atlas_add_library(CutBookkeeperUtilsLib
Root/OriginalAodCounts.cxx
LINK_LIBRARIES
GaudiKernel
AthenaBaseComps
PMGAnalysisInterfacesLib
xAODCutFlow
xAODMetaData
xAODTruth
PUBLIC_HEADERS CutBookkeeperUtils
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} xAODCutFlow xAODRootAccess )
......@@ -26,7 +19,13 @@ if (NOT XAOD_STANDALONE)
src/SumWeightAlg.cxx
src/components/CutBookkeeperUtils_entries.cxx
LINK_LIBRARIES
xAODCutFlow
xAODMetaData
xAODTruth
PMGAnalysisInterfacesLib
CutBookkeeperUtilsLib
GaudiKernel
AthenaBaseComps
HDF5Utils
IH5GroupSvc
${Boost_LIBRARIES}
......
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