diff options
-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() |