Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/ttssh2/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10693 - (show annotations) (download)
Tue May 2 13:27:32 2023 UTC (12 months, 4 weeks 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 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 add_subdirectory(argon2)
8 set_target_properties(argon2 PROPERTIES FOLDER ttssh2)
9
10 add_subdirectory(libsshagentc)
11 set_target_properties(libsshagentc PROPERTIES FOLDER ttssh2)

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