comparison Resources/SyncOrthancFolder.py @ 36:92b93845d84b

use of OrthancPluginsExports.cmake, link against system-wide orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Jul 2020 13:20:02 +0200
parents eb09eb1251b9
children c71a008fc1e3
comparison
equal deleted inserted replaced
35:2af772742d0b 36:92b93845d84b
13 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc') 13 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc')
14 PLUGIN_SDK_VERSION = '1.0.0' 14 PLUGIN_SDK_VERSION = '1.0.0'
15 REPOSITORY = 'https://hg.orthanc-server.com/orthanc/raw-file' 15 REPOSITORY = 'https://hg.orthanc-server.com/orthanc/raw-file'
16 16
17 FILES = [ 17 FILES = [
18 ('OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake', '.'), 18 ('OrthancFramework/Resources/CMake/AutoGeneratedCode.cmake', 'CMake'),
19 ('OrthancFramework/Resources/CMake/Compiler.cmake', 'CMake'),
20 ('OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake', 'CMake'),
21 ('OrthancFramework/Resources/CMake/DownloadPackage.cmake', 'CMake'),
22 ('OrthancFramework/Resources/CMake/LibCurlConfiguration.cmake', 'CMake'),
23 ('OrthancFramework/Resources/CMake/OpenSslConfiguration.cmake', 'CMake'),
24 ('OrthancServer/Plugins/Samples/Common/ExportedSymbolsPlugins.list', 'Plugins'),
19 ('OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp', 'Plugins'), 25 ('OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp', 'Plugins'),
20 ('OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h', 'Plugins'), 26 ('OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h', 'Plugins'),
21 ('OrthancServer/Plugins/Samples/Common/OrthancPluginException.h', 'Plugins'), 27 ('OrthancServer/Plugins/Samples/Common/OrthancPluginException.h', 'Plugins'),
28 ('OrthancServer/Plugins/Samples/Common/OrthancPluginsExports.cmake', 'Plugins'),
29 ('OrthancServer/Plugins/Samples/Common/VersionScriptPlugins.map', 'Plugins'),
22 ] 30 ]
23 31
24 SDK = [ 32 SDK = [
25 'orthanc/OrthancCPlugin.h', 33 'orthanc/OrthancCPlugin.h',
26 ] 34 ]