Browse Subversion Repository
Contents of /trunk/ttssh2/CMakeLists.txt
Parent Directory
| Revision Log
Revision 7456 -
( show annotations)
( download)
Sat Mar 2 16:18:47 2019 UTC
(5 years, 1 month ago)
by zmatsuo
File MIME type: text/plain
File size: 502 byte(s)
cmakeを使用したビルドを追加(experimental)
| 1 |
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 |
|
|