From d4ccc39c47884a3f35470defdf8c94220f0ea725 Mon Sep 17 00:00:00 2001 From: Rossen Apostolov Date: Tue, 25 Mar 2014 10:10:35 +0100 Subject: Install TNG documentation. Change-Id: Ie0b0edaa1527c4f2a6e74485a055e7a771d1d50b diff --git a/CMakeLists.txt b/CMakeLists.txt index cb8cfbd..3116844 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,5 +46,8 @@ if(TNG_BUILD_DOCUMENTATION) SOURCES ${PROJECT_BINARY_DIR}/Doxyfile) # IF you do NOT want the documentation to be generated EVERY time you build the project # then leave out the 'ALL' keyword from the above command. + + install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/Documentation/ + DESTINATION share/tng/doc) endif() -- cgit v0.10.1