changeset 5189:50c4a18caa85 db-protobuf

installing OrthancDatabasePlugin.proto
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 26 Mar 2023 21:19:58 +0200
parents 4c6f0211caaf
children c0f6c6fe1c47
files OrthancServer/CMakeLists.txt
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/CMakeLists.txt	Sun Mar 26 21:09:13 2023 +0200
+++ b/OrthancServer/CMakeLists.txt	Sun Mar 26 21:19:58 2023 +0200
@@ -857,8 +857,9 @@
 if (ENABLE_PLUGINS)
   install(
     FILES
-    ${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancCPlugin.h 
-    ${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancCDatabasePlugin.h 
+    ${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancCPlugin.h
+    ${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancCDatabasePlugin.h
+    ${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancDatabasePlugin.proto
     DESTINATION include/orthanc
     )
 endif()