Changeset 26 in pacpusframework for trunk/cmake/PacpusInstall.cmake
- Timestamp:
- Jan 8, 2013, 5:00:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusInstall.cmake
r7 r26 39 39 ) 40 40 endif() 41 42 # ======================================== 43 # Installation of the documentation 44 # ======================================== 45 if (PACPUS_BUILD_DOC) 46 install( 47 DIRECTORY 48 ${CMAKE_BINARY_DIR}/doc/html 49 DESTINATION 50 ${PACPUS_INSTALL_DIR}/doc 51 ) 52 endif()
Note:
See TracChangeset
for help on using the changeset viewer.