# HG changeset patch # User Sebastien Jodogne # Date 1679858398 -7200 # Node ID 50c4a18caa858416bfd8d1d17c7541d6ab029e40 # Parent 4c6f0211caaf10c0960f4638d145e65abe492cf1 installing OrthancDatabasePlugin.proto diff -r 4c6f0211caaf -r 50c4a18caa85 OrthancServer/CMakeLists.txt --- 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()