Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena_MET
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Alberto Plebani
athena_MET
Commits
677fd661
Commit
677fd661
authored
4 years ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
EventBookkeeperTPCnv: cmake cleanup
parent
564b29ab
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Event/EventBookkeeperTPCnv/CMakeLists.txt
+8
-26
8 additions, 26 deletions
Event/EventBookkeeperTPCnv/CMakeLists.txt
with
8 additions
and
26 deletions
Event/EventBookkeeperTPCnv/CMakeLists.txt
+
8
−
26
View file @
677fd661
################################################################################
# Package: EventBookkeeperTPCnv
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir
(
EventBookkeeperTPCnv
)
# Declare the package's dependencies:
atlas_depends_on_subdirs
(
PUBLIC
Database/AthenaPOOL/AthenaPoolCnvSvc
Event/EventBookkeeperMetaData
PRIVATE
AtlasTest/TestTools
Control/AthenaKernel
Control/CxxUtils
)
# External dependencies:
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread
)
# Component(s) in the package:
atlas_add_tpcnv_library
(
EventBookkeeperTPCnv
src/*.cxx
PUBLIC_HEADERS EventBookkeeperTPCnv
PRIVATE_INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
AthenaPoolCnvSvcLib EventBookkeeperMetaData TestTools
AthenaKernel
CxxUtils
)
LINK_LIBRARIES AthenaPoolCnvSvcLib EventBookkeeperMetaData
PRIVATE_
LINK_LIBRARIES AthenaKernel
)
atlas_add_dictionary
(
EventBookkeeperTPCnvDict
EventBookkeeperTPCnv/EventBookkeeperTPCnvDict.h
EventBookkeeperTPCnv/selection.xml
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
AthenaPoolCnvSvcLib EventBookkeeperMetaData TestTools AthenaKernel CxxUtils EventBookkeeperTPCnv
)
LINK_LIBRARIES EventBookkeeperTPCnv
)
# Tests in the package:
atlas_add_test
(
EventBookkeeperCnv_p1_test
SOURCES
test/EventBookkeeperCnv_p1_test.cxx
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
AthenaPoolCnvSvcLib EventBookkeeperMetaData TestTools AthenaKernel CxxUtils EventBookkeeperTPCnv
)
LINK_LIBRARIES CxxUtils EventBookkeeperTPCnv TestTools
)
atlas_add_test
(
EventBookkeeperCnv_p2_test
SOURCES
test/EventBookkeeperCnv_p2_test.cxx
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
AthenaPoolCnvSvcLib EventBookkeeperMetaData TestTools AthenaKernel CxxUtils EventBookkeeperTPCnv
)
LINK_LIBRARIES CxxUtils EventBookkeeperTPCnv TestTools
)
atlas_add_test
(
SkimDecisionCnv_p1_test
SOURCES
test/SkimDecisionCnv_p1_test.cxx
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
AthenaPoolCnvSvcLib EventBookkeeperMetaData TestTools AthenaKernel CxxUtils EventBookkeeperTPCnv
)
LINK_LIBRARIES CxxUtils EventBookkeeperTPCnv TestTools
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment