changeset 1400:1c8df4424437

install plugin SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 14:05:35 +0200
parents 15957c6a6691
children 67dca9b38c49
files CMakeLists.txt
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Mon Jun 01 12:57:40 2015 +0200
+++ b/CMakeLists.txt	Mon Jun 01 14:05:35 2015 +0200
@@ -433,6 +433,21 @@
 endif()
 
 
+
+#####################################################################
+## Install the plugin SDK
+#####################################################################
+
+install(
+  FILES
+  Plugins/Include/OrthancCPlugin.h 
+  Plugins/Include/OrthancCDatabasePlugin.h 
+  Plugins/Include/OrthancCppDatabasePlugin.h 
+  DESTINATION include/orthanc
+  )
+
+
+
 #####################################################################
 ## Prepare the "uninstall" target
 ## http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F