Changeset 185 in pacpusframework for trunk/cmake/PacpusInstall.cmake
- Timestamp:
- Oct 23, 2013, 10:32:21 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusInstall.cmake
r89 r185 8 8 ################################################# 9 9 10 # ======================================== 11 # CMake files 12 # ======================================== 10 ################################################################################ 11 # CMake 13 12 install( 14 13 DIRECTORY … … 18 17 ) 19 18 20 # ======================================== 21 # Include files 22 # ======================================== 19 ################################################################################ 20 # INCLUDES 23 21 install( 24 22 DIRECTORY … … 28 26 ) 29 27 30 # ========================================28 ################################################################################ 31 29 # Installation of the 3rd party 32 # ========================================33 30 if(PACPUS_INSTALL_3RD) 34 31 install( … … 40 37 endif() 41 38 42 # ========================================39 ################################################################################ 43 40 # Installation of the documentation 44 # ========================================45 41 if(PACPUS_BUILD_DOC) 46 42 install(
Note:
See TracChangeset
for help on using the changeset viewer.