comparison OrthancServer/CMakeLists.txt @ 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 1a878922404b
comparison
equal deleted inserted replaced
5188:4c6f0211caaf 5189:50c4a18caa85
855 ##################################################################### 855 #####################################################################
856 856
857 if (ENABLE_PLUGINS) 857 if (ENABLE_PLUGINS)
858 install( 858 install(
859 FILES 859 FILES
860 ${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancCPlugin.h 860 ${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancCPlugin.h
861 ${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancCDatabasePlugin.h 861 ${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancCDatabasePlugin.h
862 ${CMAKE_SOURCE_DIR}/Plugins/Include/orthanc/OrthancDatabasePlugin.proto
862 DESTINATION include/orthanc 863 DESTINATION include/orthanc
863 ) 864 )
864 endif() 865 endif()
865 866
866 867