Changeset 91 in pacpusframework for trunk/cmake/PacpusInstall.cmake
- Timestamp:
- May 19, 2013, 12:32:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cmake/PacpusInstall.cmake
r64 r91 32 32 # ======================================== 33 33 if(PACPUS_INSTALL_3RD) 34 install( 35 DIRECTORY 36 ${PACPUS_3RD_PARTY_DIR} 37 DESTINATION 38 ${PACPUS_INSTALL_DIR} 39 ) 34 if(WIN32) 35 install( 36 DIRECTORY 37 ${PACPUS_3RD_PARTY_DIR} 38 DESTINATION 39 ${PACPUS_INSTALL_DIR} 40 ) 41 endif() 40 42 endif() 41 43
Note:
See TracChangeset
for help on using the changeset viewer.