Skip to content
Snippets Groups Projects
Commit 2ec065be authored by Steven Murray's avatar Steven Murray
Browse files

Simplified catalogue/CMakeLists.txt

parent d7379dbb
Branches
Tags
No related merge requests found
......@@ -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}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment