Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
5f46d851
Commit
5f46d851
authored
Jul 20, 2021
by
Frank Winklmeier
Browse files
TrigT1Interfaces: cmake fixes
Remove unused dependencies.
parent
0ccb0629
Changes
1
Hide whitespace changes
Inline
Side-by-side
Trigger/TrigT1/TrigT1Interfaces/CMakeLists.txt
View file @
5f46d851
# Copyright (C) 2002-202
0
CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-202
1
CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir
(
TrigT1Interfaces
)
# External dependencies:
find_package
(
XercesC
)
find_package
(
tdaq-common COMPONENTS CTPfragment
)
# Component(s) in the package:
atlas_add_library
(
TrigT1Interfaces
src/*.cxx
PUBLIC_HEADERS TrigT1Interfaces
INCLUDE_DIRS
${
XERCESC_INCLUDE_DIRS
}
${
TDAQ-COMMON_INCLUDE_DIRS
}
LINK_LIBRARIES
${
TDAQ-COMMON_LIBRARIES
}
${
XERCESC_LIBRARIES
}
AthContainers AthenaBaseComps AthenaKernel GaudiKernel
TrigT1MuctpiBits
TrigConfData
INCLUDE_DIRS
${
TDAQ-COMMON_INCLUDE_DIRS
}
LINK_LIBRARIES
${
TDAQ-COMMON_LIBRARIES
}
AthContainers AthenaBaseComps AthenaKernel GaudiKernel TrigConfData
PRIVATE_LINK_LIBRARIES TrigConfL1Data
)
atlas_add_dictionary
(
TrigT1InterfacesDict
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment