1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Install the code model as /usr/include/orthanc/OrthancPluginCodeModel.json
Author: Sebastien Jodogne <s.jodogne@orthanc-labs.com>
Forwarded: https://orthanc.uclouvain.be/hg/orthanc/rev/86a9be04014c
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: Orthanc-1.12.9/OrthancServer/CMakeLists.txt
===================================================================
--- Orthanc-1.12.9.orig/OrthancServer/CMakeLists.txt
+++ Orthanc-1.12.9/OrthancServer/CMakeLists.txt
@@ -987,6 +987,7 @@ if (ENABLE_PLUGINS)
${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancCPlugin.h
${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancCDatabasePlugin.h
${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancDatabasePlugin.proto
+ ${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancPluginCodeModel.json
DESTINATION include/orthanc
)
endif()
|