comparison OrthancServer/CMakeLists.txt @ 5577:9e74e761b108 find-refactoring

integration mainline->find-refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Apr 2024 17:43:22 +0200
parents 738f80622e91 823aae1ea72a
children 3d0aa94b44b3
comparison
equal deleted inserted replaced
5574:5a13483d12c5 5577:9e74e761b108
498 ${UUID_SOURCES} 498 ${UUID_SOURCES}
499 ${ZLIB_SOURCES} 499 ${ZLIB_SOURCES}
500 500
501 ${CMAKE_SOURCE_DIR}/../OrthancFramework/Resources/ThirdParty/base64/base64.cpp 501 ${CMAKE_SOURCE_DIR}/../OrthancFramework/Resources/ThirdParty/base64/base64.cpp
502 ${CMAKE_SOURCE_DIR}/../OrthancFramework/Resources/ThirdParty/md5/md5.c 502 ${CMAKE_SOURCE_DIR}/../OrthancFramework/Resources/ThirdParty/md5/md5.c
503
504 # the orthanc framework sources
505 ${ORTHANC_CORE_SOURCES}
506
507 Plugins/Samples/Common/OrthancPluginCppWrapper.cpp 503 Plugins/Samples/Common/OrthancPluginCppWrapper.cpp
508 ) 504 )
509 505
510 if (BUILD_DELAYED_DELETION) 506 if (BUILD_DELAYED_DELETION)
511 list(APPEND PLUGINS_DEPENDENCIES_SOURCES 507 list(APPEND PLUGINS_DEPENDENCIES_SOURCES
525 add_library(PluginsDependencies STATIC 521 add_library(PluginsDependencies STATIC
526 ${PLUGINS_DEPENDENCIES_SOURCES} 522 ${PLUGINS_DEPENDENCIES_SOURCES}
527 ) 523 )
528 524
529 DefineSourceBasenameForTarget(PluginsDependencies) 525 DefineSourceBasenameForTarget(PluginsDependencies)
530
531 target_include_directories(PluginsDependencies PUBLIC ${CMAKE_SOURCE_DIR}/../OrthancFramework/Sources)
532 526
533 # Add the "-fPIC" option as this static library must be embedded 527 # Add the "-fPIC" option as this static library must be embedded
534 # inside shared libraries (important on UNIX) 528 # inside shared libraries (important on UNIX)
535 set_target_properties( 529 set_target_properties(
536 PluginsDependencies 530 PluginsDependencies