Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!74855
MuonCalibStreamCnv[Svc]+MuonMM_CnvTools: cleanup link dependencies
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
MuonCalibStreamCnv[Svc]+MuonMM_CnvTools: cleanup link dependencies
fwinkl/athena:muoncalib_cmake
into
main
Overview
3
Commits
1
Pipelines
1
Changes
3
Merged
Frank Winklmeier
requested to merge
fwinkl/athena:muoncalib_cmake
into
main
6 months ago
Overview
3
Commits
1
Pipelines
1
Changes
3
Expand
Remove unused libraries.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
7642294b
1 commit,
6 months ago
3 files
+
13
−
38
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
MuonSpectrometer/MuonCalib/MuonCalibStream/MuonCalibStreamCnv/CMakeLists.txt
+
7
−
25
Options
################################################################################
# Package: MuonCalibStreamCnv
################################################################################
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir
(
MuonCalibStreamCnv
)
# External dependencies:
find_package
(
COOL COMPONENTS CoolKernel
)
find_package
(
CORAL COMPONENTS CoralBase CoralKernel RelationalAccess
)
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread
)
find_package
(
tdaq-common COMPONENTS MuCalDecode
)
# Component(s) in the package:
# OLD: RPCcablingInterfaceLib
atlas_add_library
(
MuonCalibStreamCnvLib
src/*.cxx
PUBLIC_HEADERS MuonCalibStreamCnv
PRIVATE_INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
CORAL_LIBRARIES
}
${
COOL_LIBRARIES
}
${
TDAQ-COMMON_LIBRARIES
}
AthenaBaseComps AthenaKernel StoreGateLib SGtests GaudiKernel CSCcablingLib MuonReadoutGeometry MuonIdHelpersLib
MuonRDO MuonPrepRawData SGTools CoraCool EventInfo MdtCalibSvcLib MuonCalibEvent MuonCSC_CnvToolsLib MuonCnvToolInterfacesLib
MuonCalibStreamCnvSvcLib RPC_CondCablingLib MuonCondData MuonTrigCoinData
)
atlas_add_component
(
MuonCalibStreamCnv
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
${
CORAL_INCLUDE_DIRS
}
${
COOL_INCLUDE_DIRS
}
${
TDAQ-COMMON_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
CORAL_LIBRARIES
}
${
COOL_LIBRARIES
}
${
TDAQ-COMMON_LIBRARIES
}
AthenaBaseComps AthenaKernel StoreGateLib SGtests GaudiKernel CSCcablingLib MuonReadoutGeometry MuonIdHelpersLib
MuonRDO MuonPrepRawData SGTools CoraCool EventInfo MdtCalibSvcLib MuonCalibEvent MuonCSC_CnvToolsLib MuonCnvToolInterfacesLib
MuonCalibStreamCnvSvcLib RPC_CondCablingLib MuonCondData MuonTrigCoinData
)
INCLUDE_DIRS
${
TDAQ-COMMON_INCLUDE_DIRS
}
LINK_LIBRARIES
${
TDAQ-COMMON_LIBRARIES
}
AthenaBaseComps AthenaKernel GaudiKernel MdtCalibData MdtCalibInterfacesLib
MuonCablingData MuonCalibEvent MuonCalibStreamCnvSvcLib MuonIdHelpersLib
MuonPrepRawData MuonRDO MuonReadoutGeometry MuonTrigCoinData RPC_CondCablingLib
StoreGateLib xAODEventInfo
)
# atlas_install_joboptions( share/*.py )
# atlas_install_runtime( share/calibtest.dat )
# Install files from the package:
atlas_install_python_modules
(
python/*.py
)
Loading