Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
dCache
cta
Commits
2ec065be
Commit
2ec065be
authored
7 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Simplified catalogue/CMakeLists.txt
parent
d7379dbb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
catalogue/CMakeLists.txt
+2
-5
2 additions, 5 deletions
catalogue/CMakeLists.txt
with
2 additions
and
5 deletions
catalogue/CMakeLists.txt
+
2
−
5
View file @
2ec065be
...
...
@@ -25,8 +25,10 @@ set (CATALOGUE_LIB_SRC_FILES
ArchiveFileItor.cpp
ArchiveFileItorImpl.cpp
Catalogue.cpp
CatalogueFactory.cpp
CmdLineTool.cpp
InMemoryCatalogue.cpp
OracleCatalogue.cpp
SqliteCatalogueSchema.cpp
TapeFileWritten.cpp
RdbmsArchiveFileItorImpl.cpp
...
...
@@ -35,11 +37,6 @@ set (CATALOGUE_LIB_SRC_FILES
SqliteCatalogue.cpp
TapeForWriting.cpp
)
set
(
CATALOGUE_LIB_SRC_FILES
${
CATALOGUE_LIB_SRC_FILES
}
CatalogueFactory.cpp
OracleCatalogue.cpp
)
add_library
(
ctacatalogue SHARED
${
CATALOGUE_LIB_SRC_FILES
}
)
set_property
(
TARGET ctacatalogue PROPERTY SOVERSION
"
${
CTA_SOVERSION
}
"
)
...
...
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