Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/ttssh2/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9266 - (hide annotations) (download)
Thu May 20 14:56:29 2021 UTC (2 years, 10 months ago) by zmatsuo
File MIME type: text/plain
File size: 586 byte(s)
cmakeビルドできるよう修正 (PPK3対応)

- PPK3 = PuTTY private key format version 3
- r9258 を cmake でビルドできるよう調整
1 zmatsuo 7456 add_subdirectory(ttxssh)
2     set_target_properties(ttxssh PROPERTIES FOLDER ttssh2)
3    
4     add_subdirectory(ttssh)
5     set_target_properties(ttssh PROPERTIES FOLDER ttssh2)
6    
7     add_subdirectory(matcher)
8     set_target_properties(matcher PROPERTIES FOLDER ttssh2)
9    
10     # config時に cmake で puttyversion.h を生成するようにした
11     #add_subdirectory(puttyrev)
12     #set_target_properties(puttyrev PROPERTIES FOLDER ttssh2)
13    
14     add_subdirectory(putty)
15     set_target_properties(libputty PROPERTIES FOLDER ttssh2)
16    
17 zmatsuo 9266 add_subdirectory(argon2)
18     set_target_properties(argon2 PROPERTIES FOLDER ttssh2)
19    

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26