File: code-model

package info (click to toggle)
orthanc 1.12.9%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,356 kB
  • sloc: cpp: 140,491; javascript: 28,910; ansic: 10,312; python: 2,685; sh: 492; sql: 232; makefile: 108; java: 50; xml: 28
file content (17 lines) | stat: -rw-r--r-- 884 bytes parent folder | download
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()