Browse Subversion Repository
Annotation of /trunk/ttssh2/CMakeLists.txt
Parent Directory
| Revision Log
Revision 10693 -
( hide annotations)
( download)
Tue May 2 13:27:32 2023 UTC
(11 months, 1 week ago)
by zmatsuo
File MIME type: text/plain
File size: 351 byte(s)
ttssh2/libagentc/putty/ をビルドできるよう修正
- libputty.h
- libsshagent インターフェイス
- C++ からの利用も考慮
- putty_agent_query_synchronous() に const 追加
- CMakeLists.txt, プロジェクトファイル を調整
| 1 |
zmatsuo |
7456 |
add_subdirectory(ttxssh) |
| 2 |
|
|
set_target_properties(ttxssh PROPERTIES FOLDER ttssh2) |
| 3 |
|
|
|
| 4 |
|
|
add_subdirectory(matcher) |
| 5 |
|
|
set_target_properties(matcher PROPERTIES FOLDER ttssh2) |
| 6 |
|
|
|
| 7 |
zmatsuo |
9266 |
add_subdirectory(argon2) |
| 8 |
|
|
set_target_properties(argon2 PROPERTIES FOLDER ttssh2) |
| 9 |
zmatsuo |
10693 |
|
| 10 |
|
|
add_subdirectory(libsshagentc) |
| 11 |
|
|
set_target_properties(libsshagentc PROPERTIES FOLDER ttssh2) |
|