comparison OrthancServer/CMakeLists.txt @ 5516:d9c9f3c57f4f pg-transactions

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 Jan 2024 18:18:07 +0100
parents 48b8dae6dc77
children f8b9eaa5effa
comparison
equal deleted inserted replaced
5515:f9e6d366661a 5516:d9c9f3c57f4f
85 ##################################################################### 85 #####################################################################
86 ## List of source files 86 ## List of source files
87 ##################################################################### 87 #####################################################################
88 88
89 set(ORTHANC_SERVER_SOURCES 89 set(ORTHANC_SERVER_SOURCES
90 ${CMAKE_SOURCE_DIR}/Sources/Database/BaseDatabaseWrapper.cpp
90 ${CMAKE_SOURCE_DIR}/Sources/Database/Compatibility/DatabaseLookup.cpp 91 ${CMAKE_SOURCE_DIR}/Sources/Database/Compatibility/DatabaseLookup.cpp
91 ${CMAKE_SOURCE_DIR}/Sources/Database/Compatibility/ICreateInstance.cpp 92 ${CMAKE_SOURCE_DIR}/Sources/Database/Compatibility/ICreateInstance.cpp
92 ${CMAKE_SOURCE_DIR}/Sources/Database/Compatibility/IGetChildrenMetadata.cpp 93 ${CMAKE_SOURCE_DIR}/Sources/Database/Compatibility/IGetChildrenMetadata.cpp
93 ${CMAKE_SOURCE_DIR}/Sources/Database/Compatibility/ILookupResourceAndParent.cpp 94 ${CMAKE_SOURCE_DIR}/Sources/Database/Compatibility/ILookupResourceAndParent.cpp
94 ${CMAKE_SOURCE_DIR}/Sources/Database/Compatibility/ILookupResources.cpp 95 ${CMAKE_SOURCE_DIR}/Sources/Database/Compatibility/ILookupResources.cpp