comparison CMakeLists.txt @ 3094:61da3c9b4121 db-changes

cont reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 05 Jan 2019 17:52:24 +0100
parents 2e1808b6146a
children beeeb6096f27
comparison
equal deleted inserted replaced
3093:2e1808b6146a 3094:61da3c9b4121
56 OrthancServer/Database/Compatibility/DatabaseLookup.cpp 56 OrthancServer/Database/Compatibility/DatabaseLookup.cpp
57 OrthancServer/Database/Compatibility/ICreateInstance.cpp 57 OrthancServer/Database/Compatibility/ICreateInstance.cpp
58 OrthancServer/Database/Compatibility/IGetChildrenMetadata.cpp 58 OrthancServer/Database/Compatibility/IGetChildrenMetadata.cpp
59 OrthancServer/Database/Compatibility/ILookupResources.cpp 59 OrthancServer/Database/Compatibility/ILookupResources.cpp
60 OrthancServer/Database/Compatibility/SetOfResources.cpp 60 OrthancServer/Database/Compatibility/SetOfResources.cpp
61 OrthancServer/Database/ResourcesContent.cpp
61 OrthancServer/Database/SQLiteDatabaseWrapper.cpp 62 OrthancServer/Database/SQLiteDatabaseWrapper.cpp
62 OrthancServer/DicomInstanceOrigin.cpp 63 OrthancServer/DicomInstanceOrigin.cpp
63 OrthancServer/DicomInstanceToStore.cpp 64 OrthancServer/DicomInstanceToStore.cpp
64 OrthancServer/ExportedResource.cpp 65 OrthancServer/ExportedResource.cpp
65 OrthancServer/LuaScripting.cpp 66 OrthancServer/LuaScripting.cpp
167 ##################################################################### 168 #####################################################################
168 ## Autogeneration of files 169 ## Autogeneration of files
169 ##################################################################### 170 #####################################################################
170 171
171 set(ORTHANC_EMBEDDED_FILES 172 set(ORTHANC_EMBEDDED_FILES
172 PREPARE_DATABASE ${CMAKE_CURRENT_SOURCE_DIR}/OrthancServer/PrepareDatabase.sql 173 CONFIGURATION_SAMPLE ${CMAKE_CURRENT_SOURCE_DIR}/Resources/Configuration.json
173 UPGRADE_DATABASE_3_TO_4 ${CMAKE_CURRENT_SOURCE_DIR}/OrthancServer/Upgrade3To4.sql 174 DICOM_CONFORMANCE_STATEMENT ${CMAKE_CURRENT_SOURCE_DIR}/Resources/DicomConformanceStatement.txt
174 UPGRADE_DATABASE_4_TO_5 ${CMAKE_CURRENT_SOURCE_DIR}/OrthancServer/Upgrade4To5.sql 175 FONT_UBUNTU_MONO_BOLD_16 ${CMAKE_CURRENT_SOURCE_DIR}/Resources/Fonts/UbuntuMonoBold-16.json
175 CONFIGURATION_SAMPLE ${CMAKE_CURRENT_SOURCE_DIR}/Resources/Configuration.json 176 LUA_TOOLBOX ${CMAKE_CURRENT_SOURCE_DIR}/Resources/Toolbox.lua
176 DICOM_CONFORMANCE_STATEMENT ${CMAKE_CURRENT_SOURCE_DIR}/Resources/DicomConformanceStatement.txt 177 PREPARE_DATABASE ${CMAKE_CURRENT_SOURCE_DIR}/OrthancServer/Database/PrepareDatabase.sql
177 LUA_TOOLBOX ${CMAKE_CURRENT_SOURCE_DIR}/Resources/Toolbox.lua 178 UPGRADE_DATABASE_3_TO_4 ${CMAKE_CURRENT_SOURCE_DIR}/OrthancServer/Database/Upgrade3To4.sql
178 FONT_UBUNTU_MONO_BOLD_16 ${CMAKE_CURRENT_SOURCE_DIR}/Resources/Fonts/UbuntuMonoBold-16.json 179 UPGRADE_DATABASE_4_TO_5 ${CMAKE_CURRENT_SOURCE_DIR}/OrthancServer/Database/Upgrade4To5.sql
179 INSTALL_TRACK_ATTACHMENTS_SIZE ${CMAKE_CURRENT_SOURCE_DIR}/OrthancServer/InstallTrackAttachmentsSize.sql 180
181 INSTALL_TRACK_ATTACHMENTS_SIZE
182 ${CMAKE_CURRENT_SOURCE_DIR}/OrthancServer/Database/InstallTrackAttachmentsSize.sql
180 ) 183 )
181 184
182 if (STANDALONE_BUILD) 185 if (STANDALONE_BUILD)
183 # We embed all the resources in the binaries for standalone builds 186 # We embed all the resources in the binaries for standalone builds
184 add_definitions(-DORTHANC_STANDALONE=1) 187 add_definitions(-DORTHANC_STANDALONE=1)