comparison CMakeLists.txt @ 594:ee61f769a25d

install of doc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 04 Oct 2013 15:40:27 +0200
parents c5ee586a0a08
children f9991e8e66bf
comparison
equal deleted inserted replaced
593:9d2592c08919 594:ee61f769a25d
372 ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/OrthancClient.doxygen 372 ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/OrthancClient.doxygen
373 WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} 373 WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
374 COMMENT "Generating client documentation with Doxygen" VERBATIM 374 COMMENT "Generating client documentation with Doxygen" VERBATIM
375 ) 375 )
376 376
377 install(
378 DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/OrthancClientDocumentation/doc/
379 DESTINATION share/doc/orthanc/OrthancClient
380 )
381
377 else() 382 else()
378 message("Doxygen not found. The documentation will not be built.") 383 message("Doxygen not found. The documentation will not be built.")
379 endif() 384 endif()
380 385
381 386