diff options
author | Rossen Apostolov <rossen@kth.se> | 2014-03-25 09:10:35 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2014-06-16 13:51:18 (GMT) |
commit | d4ccc39c47884a3f35470defdf8c94220f0ea725 (patch) | |
tree | 42e6b73a0e93de36d8b48ee1b8fd503ef79f1d54 | |
parent | c923eb06aa977416460d602bba876618ddff3b3b (diff) |
Install TNG documentation.
Change-Id: Ie0b0edaa1527c4f2a6e74485a055e7a771d1d50b
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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() |