# HG changeset patch # User Sebastien Jodogne # Date 1755593082 -7200 # Node ID 86a9be04014caa63f65474d9d9945d9b57965095 # Parent 4d0409a2ad83e64aeeade9758c379c26c3ab3f08 added OrthancPluginCodeModel.json to installed files diff -r 4d0409a2ad83 -r 86a9be04014c OrthancServer/CMakeLists.txt --- a/OrthancServer/CMakeLists.txt Tue Aug 19 10:28:56 2025 +0200 +++ b/OrthancServer/CMakeLists.txt Tue Aug 19 10:44:42 2025 +0200 @@ -984,9 +984,10 @@ if (ENABLE_PLUGINS) install( FILES + ${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 + ${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancPluginCodeModel.json DESTINATION include/orthanc ) endif()