comparison CMakeLists.txt @ 1295:50632b89e294

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Feb 2015 14:09:55 +0100
parents ac877a0fcf52
children 61ce8147f30d
comparison
equal deleted inserted replaced
1294:910478b2d4e4 1295:50632b89e294
474 ) 474 )
475 475
476 install( 476 install(
477 FILES 477 FILES
478 ${ORTHANC_ROOT}/OrthancCppClient/SharedLibrary/AUTOGENERATED/OrthancCppClient.h 478 ${ORTHANC_ROOT}/OrthancCppClient/SharedLibrary/AUTOGENERATED/OrthancCppClient.h
479 ${ORTHANC_ROOT}/Plugins/OrthancCPlugin/OrthancCPlugin.h 479 ${ORTHANC_ROOT}/Plugins/Include/OrthancCPlugin.h
480 DESTINATION include/orthanc 480 DESTINATION include/orthanc
481 ) 481 )
482 endif() 482 endif()
483 483
484 484