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
Show more breadcrumbs
Peter Sherwood
athena
Commits
5bd208bb
Commit
5bd208bb
authored
7 years ago
by
Marcin Nowak
Browse files
Options
Downloads
Patches
Plain Diff
Fix linking with FileCatalog lib in CollectionBase/CMakeLists.txt
parent
2aef22d2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Database/APR/CollectionBase/CMakeLists.txt
+7
-9
7 additions, 9 deletions
Database/APR/CollectionBase/CMakeLists.txt
Database/APR/FileCatalog/CMakeLists.txt
+11
-22
11 additions, 22 deletions
Database/APR/FileCatalog/CMakeLists.txt
with
18 additions
and
31 deletions
Database/APR/CollectionBase/CMakeLists.txt
+
7
−
9
View file @
5bd208bb
...
...
@@ -25,20 +25,18 @@ atlas_add_library( CollectionBase
PUBLIC_HEADERS CollectionBase
INCLUDE_DIRS
${
Boost_INCLUDE_DIRS
}
${
CORAL_INCLUDE_DIRS
}
PRIVATE_INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES
${
Boost_LIBRARIES
}
${
CORAL_LIBRARIES
}
PRIVATE_LINK_LIBRARIES
${
ROOT_LIBRARIES
}
TestTools
POOLCore
PersistencySvc PersistentDataModel
GaudiKernel FileCatalog
)
LINK_LIBRARIES
${
Boost_LIBRARIES
}
${
CORAL_LIBRARIES
}
FileCatalog POOLCore GaudiKernel
PersistencySvc PersistentDataModel
PRIVATE_LINK_LIBRARIES
${
ROOT_LIBRARIES
}
TestTools
)
atlas_add_dictionary
(
CollectionDict
CollectionBase/CollectionDict.h
CollectionBase/selection.xml
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
CORAL_LIBRARIES
}
TestTools POOLCore PersistencySvc PersistentDataModel GaudiKernel
CollectionBase
)
LINK_LIBRARIES CollectionBase
)
atlas_add_test
(
Factory_test
SOURCES
test/Factory_test.cxx
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
${
CORAL_LIBRARIES
}
TestTools POOLCore PersistencySvc PersistentDataModel GaudiKernel CollectionBase
)
SOURCES test/Factory_test.cxx
LINK_LIBRARIES CollectionBase
)
This diff is collapsed.
Click to expand it.
Database/APR/FileCatalog/CMakeLists.txt
+
11
−
22
View file @
5bd208bb
...
...
@@ -27,57 +27,46 @@ atlas_add_library( FileCatalog
atlas_add_test
(
URIParser_test
SOURCES
test/URIParser_test.cxx
INCLUDE_DIRS
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
CORAL_LIBRARIES
}
POOLCore TestTools GaudiKernel FileCatalog
)
LINK_LIBRARIES FileCatalog
)
atlas_add_executable
(
FCaddReplica
utilities/FCaddReplica.cpp
INCLUDE_DIRS
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
CORAL_LIBRARIES
}
POOLCore TestTools GaudiKernel FileCatalog
)
LINK_LIBRARIES FileCatalog
)
atlas_add_executable
(
FCdeleteEntry
utilities/FCdeleteEntry.cpp
INCLUDE_DIRS
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
CORAL_LIBRARIES
}
POOLCore TestTools GaudiKernel FileCatalog
)
LINK_LIBRARIES FileCatalog
)
# not supported witgh GFC
#atlas_add_executable( FCdeleteLFN
# utilities/FCdeleteLFN.cpp
# INCLUDE_DIRS ${CORAL_INCLUDE_DIRS}
# LINK_LIBRARIES ${CORAL_LIBRARIES} POOLCore TestTools GaudiKernel FileCatalog )
# LINK_LIBRARIES FileCatalog )
atlas_add_executable
(
FCdeletePFN
utilities/FCdeletePFN.cpp
INCLUDE_DIRS
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
CORAL_LIBRARIES
}
POOLCore TestTools GaudiKernel FileCatalog
)
LINK_LIBRARIES FileCatalog
)
atlas_add_executable
(
FClistGUID
utilities/FClistGUID.cpp
INCLUDE_DIRS
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
CORAL_LIBRARIES
}
POOLCore TestTools GaudiKernel FileCatalog
)
LINK_LIBRARIES FileCatalog
)
atlas_add_executable
(
FClistLFN
utilities/FClistLFN.cpp
INCLUDE_DIRS
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
CORAL_LIBRARIES
}
POOLCore TestTools GaudiKernel FileCatalog
)
LINK_LIBRARIES FileCatalog
)
atlas_add_executable
(
FClistPFN
utilities/FClistPFN.cpp
INCLUDE_DIRS
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
CORAL_LIBRARIES
}
POOLCore TestTools GaudiKernel FileCatalog
)
LINK_LIBRARIES FileCatalog
)
atlas_add_executable
(
FCregisterLFN
utilities/FCregisterLFN.cpp
INCLUDE_DIRS
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
CORAL_LIBRARIES
}
POOLCore TestTools GaudiKernel FileCatalog
)
LINK_LIBRARIES FileCatalog
)
atlas_add_executable
(
FCregisterPFN
utilities/FCregisterPFN.cpp
INCLUDE_DIRS
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
CORAL_LIBRARIES
}
POOLCore TestTools GaudiKernel FileCatalog
)
LINK_LIBRARIES FileCatalog
)
atlas_add_executable
(
FCrenamePFN
utilities/FCrenamePFN.cpp
INCLUDE_DIRS
${
CORAL_INCLUDE_DIRS
}
LINK_LIBRARIES
${
CORAL_LIBRARIES
}
POOLCore TestTools GaudiKernel FileCatalog
)
LINK_LIBRARIES FileCatalog
)
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