comparison OrthancServer/CMakeLists.txt @ 5221:d0f7c742d397 db-protobuf

started implementation of labels
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Apr 2023 20:53:14 +0200
parents e7529e6241d2
children afe92108f463
comparison
equal deleted inserted replaced
5220:df39c7583a49 5221:d0f7c742d397
226 ##################################################################### 226 #####################################################################
227 ## Autogeneration of files 227 ## Autogeneration of files
228 ##################################################################### 228 #####################################################################
229 229
230 set(ORTHANC_EMBEDDED_FILES 230 set(ORTHANC_EMBEDDED_FILES
231 CONFIGURATION_SAMPLE ${CMAKE_SOURCE_DIR}/Resources/Configuration.json 231 CONFIGURATION_SAMPLE ${CMAKE_SOURCE_DIR}/Resources/Configuration.json
232 DICOM_CONFORMANCE_STATEMENT ${CMAKE_SOURCE_DIR}/Resources/DicomConformanceStatement.txt 232 DICOM_CONFORMANCE_STATEMENT ${CMAKE_SOURCE_DIR}/Resources/DicomConformanceStatement.txt
233 FONT_UBUNTU_MONO_BOLD_16 ${CMAKE_SOURCE_DIR}/Resources/Fonts/UbuntuMonoBold-16.json 233 FONT_UBUNTU_MONO_BOLD_16 ${CMAKE_SOURCE_DIR}/Resources/Fonts/UbuntuMonoBold-16.json
234 LUA_TOOLBOX ${CMAKE_SOURCE_DIR}/Resources/Toolbox.lua 234 LUA_TOOLBOX ${CMAKE_SOURCE_DIR}/Resources/Toolbox.lua
235 PREPARE_DATABASE ${CMAKE_SOURCE_DIR}/Sources/Database/PrepareDatabase.sql 235 PREPARE_DATABASE ${CMAKE_SOURCE_DIR}/Sources/Database/PrepareDatabase.sql
236 UPGRADE_DATABASE_3_TO_4 ${CMAKE_SOURCE_DIR}/Sources/Database/Upgrade3To4.sql 236 UPGRADE_DATABASE_3_TO_4 ${CMAKE_SOURCE_DIR}/Sources/Database/Upgrade3To4.sql
237 UPGRADE_DATABASE_4_TO_5 ${CMAKE_SOURCE_DIR}/Sources/Database/Upgrade4To5.sql 237 UPGRADE_DATABASE_4_TO_5 ${CMAKE_SOURCE_DIR}/Sources/Database/Upgrade4To5.sql
238 238 INSTALL_TRACK_ATTACHMENTS_SIZE ${CMAKE_SOURCE_DIR}/Sources/Database/InstallTrackAttachmentsSize.sql
239 INSTALL_TRACK_ATTACHMENTS_SIZE 239 INSTALL_LABELS_TABLE ${CMAKE_SOURCE_DIR}/Sources/Database/InstallLabelsTable.sql
240 ${CMAKE_SOURCE_DIR}/Sources/Database/InstallTrackAttachmentsSize.sql
241 ) 240 )
242 241
243 if (STANDALONE_BUILD) 242 if (STANDALONE_BUILD)
244 # We embed all the resources in the binaries for standalone builds 243 # We embed all the resources in the binaries for standalone builds
245 add_definitions( 244 add_definitions(