comparison CMakeLists.txt @ 1400:1c8df4424437

install plugin SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 14:05:35 +0200
parents ac4efabeb80c
children d371a66972a4
comparison
equal deleted inserted replaced
1399:15957c6a6691 1400:1c8df4424437
431 else() 431 else()
432 message("Doxygen not found. The documentation will not be built.") 432 message("Doxygen not found. The documentation will not be built.")
433 endif() 433 endif()
434 434
435 435
436
437 #####################################################################
438 ## Install the plugin SDK
439 #####################################################################
440
441 install(
442 FILES
443 Plugins/Include/OrthancCPlugin.h
444 Plugins/Include/OrthancCDatabasePlugin.h
445 Plugins/Include/OrthancCppDatabasePlugin.h
446 DESTINATION include/orthanc
447 )
448
449
450
436 ##################################################################### 451 #####################################################################
437 ## Prepare the "uninstall" target 452 ## Prepare the "uninstall" target
438 ## http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F 453 ## http://www.cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F
439 ##################################################################### 454 #####################################################################
440 455