Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Tulay Cuhadar Donszelmann
athena
Commits
cc1ef2a0
Commit
cc1ef2a0
authored
8 years ago
by
Walter Lampl
Committed by
Graeme Stewart
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
re-tag trunk to recover the lost CMakeLists.txt file (AthenaDBTestRec-00-08-03)
Former-commit-id:
9e608bc0
parent
b6d44cce
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AtlasTest/DatabaseTest/AthenaDBTestRec/CMakeLists.txt
+69
-0
69 additions, 0 deletions
AtlasTest/DatabaseTest/AthenaDBTestRec/CMakeLists.txt
with
69 additions
and
0 deletions
AtlasTest/DatabaseTest/AthenaDBTestRec/CMakeLists.txt
0 → 100644
+
69
−
0
View file @
cc1ef2a0
################################################################################
# Package: AthenaDBTestRec
################################################################################
# Declare the package name:
atlas_subdir
(
AthenaDBTestRec
)
# Declare the package's dependencies:
atlas_depends_on_subdirs
(
PUBLIC
Control/AthenaBaseComps
Control/AthenaKernel
Control/CLIDSvc
Control/SGTools
Control/StoreGate
Database/AthenaPOOL/AthenaPoolUtilities
GaudiKernel
PRIVATE
Database/APR/CollectionBase
Database/APR/CollectionUtilities
Database/APR/POOLCore
Database/APR/PersistencySvc
Database/APR/StorageSvc
Database/AthenaPOOL/AthenaPoolCnvSvc
Database/CoraCool
Database/PersistentDataModel
Event/EventInfo
)
# External dependencies:
find_package
(
Boost COMPONENTS filesystem thread system
)
find_package
(
COOL COMPONENTS CoolKernel CoolApplication
)
find_package
(
CORAL COMPONENTS CoralBase CoralKernel RelationalAccess
)
find_package
(
ROOT COMPONENTS Core Tree MathCore Hist RIO pthread
)
include_directories
(
src
)
# Component(s) in the package:
atlas_add_library
(
AthenaDBTestRecLib
src/lib/*.cxx
PUBLIC_HEADERS AthenaDBTestRec
PRIVATE_INCLUDE_DIRS
${
COOL_INCLUDE_DIRS
}
${
Boost_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIRS
}
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES AthenaBaseComps AthenaKernel SGTools AthenaPoolUtilities GaudiKernel StoreGateLib SGtests AthenaPoolCnvSvcLib
PRIVATE_LINK_LIBRARIES
${
COOL_LIBRARIES
}
${
Boost_LIBRARIES
}
${
ROOT_LIBRARIES
}
${
CORAL_LIBRARIES
}
CollectionBase CollectionUtilities POOLCore PersistencySvc StorageSvc CoraCool PersistentDataModel EventInfo
)
atlas_add_component
(
AthenaDBTestRec
src/components/*.cxx
INCLUDE_DIRS
${
COOL_INCLUDE_DIRS
}
${
Boost_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIRS
}
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
COOL_LIBRARIES
}
${
Boost_LIBRARIES
}
${
ROOT_LIBRARIES
}
${
CORAL_LIBRARIES
}
AthenaBaseComps AthenaKernel SGTools StoreGateLib SGtests AthenaPoolUtilities GaudiKernel CollectionBase CollectionUtilities POOLCore PersistencySvc StorageSvc AthenaPoolCnvSvcLib CoraCool PersistentDataModel EventInfo AthenaDBTestRecLib
)
atlas_add_poolcnv_library
(
AthenaDBTestRecPoolCnv
src/*.cxx
FILES AthenaDBTestRec/TestCoolRecPoolData.h AthenaDBTestRec/TestCoolRecPoolDataColl.h
MULT_CHAN_TYPES TestCoolRecPoolDataColl
INCLUDE_DIRS
${
COOL_INCLUDE_DIRS
}
${
Boost_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIRS
}
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
COOL_LIBRARIES
}
${
Boost_LIBRARIES
}
${
ROOT_LIBRARIES
}
${
CORAL_LIBRARIES
}
AthenaBaseComps AthenaKernel SGTools StoreGateLib SGtests AthenaPoolUtilities GaudiKernel CollectionBase CollectionUtilities POOLCore PersistencySvc StorageSvc AthenaPoolCnvSvcLib CoraCool PersistentDataModel EventInfo AthenaDBTestRecLib
)
atlas_add_dictionary
(
AthenaDBTestRecDataDict
AthenaDBTestRec/AthenaDBTestRecDataDict.h
AthenaDBTestRec/selection.xml
INCLUDE_DIRS
${
COOL_INCLUDE_DIRS
}
${
Boost_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIRS
}
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
COOL_LIBRARIES
}
${
Boost_LIBRARIES
}
${
ROOT_LIBRARIES
}
${
CORAL_LIBRARIES
}
AthenaBaseComps AthenaKernel SGTools StoreGateLib SGtests AthenaPoolUtilities GaudiKernel CollectionBase CollectionUtilities POOLCore PersistencySvc StorageSvc AthenaPoolCnvSvcLib CoraCool PersistentDataModel EventInfo AthenaDBTestRecLib
)
atlas_add_executable
(
TestCoolRecWriter
src/app/*.cxx
INCLUDE_DIRS
${
COOL_INCLUDE_DIRS
}
${
Boost_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIRS
}
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
COOL_LIBRARIES
}
${
Boost_LIBRARIES
}
${
ROOT_LIBRARIES
}
${
CORAL_LIBRARIES
}
AthenaBaseComps AthenaKernel SGTools StoreGateLib SGtests AthenaPoolUtilities GaudiKernel CollectionBase CollectionUtilities POOLCore PersistencySvc StorageSvc AthenaPoolCnvSvcLib CoraCool PersistentDataModel EventInfo AthenaDBTestRecLib
)
# Install files from the package:
atlas_install_joboptions
(
share/*.py
)
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