Browse Subversion Repository
Contents of /branches/4-stable/teraterm/CMakeLists.txt
Parent Directory
| Revision Log
Revision 8437 -
( show annotations)
( download)
Fri Dec 13 03:11:16 2019 UTC
(4 years, 3 months ago)
by doda
File MIME type: text/plain
File size: 666 byte(s)
Tera Term 4.xx メンテナンス用ブランチを作成
| 1 |
|
| 2 |
add_subdirectory(ttpcmn) |
| 3 |
set_target_properties( |
| 4 |
ttpcmn |
| 5 |
PROPERTIES FOLDER teraterm) |
| 6 |
|
| 7 |
add_subdirectory(ttpfile) |
| 8 |
set_target_properties( |
| 9 |
ttpfile |
| 10 |
PROPERTIES FOLDER teraterm) |
| 11 |
|
| 12 |
add_subdirectory(ttpset) |
| 13 |
set_target_properties( |
| 14 |
ttpset |
| 15 |
PROPERTIES FOLDER teraterm) |
| 16 |
|
| 17 |
add_subdirectory(ttpmacro) |
| 18 |
set_target_properties( |
| 19 |
ttpmacro |
| 20 |
PROPERTIES FOLDER teraterm) |
| 21 |
|
| 22 |
add_subdirectory(ttptek) |
| 23 |
set_target_properties( |
| 24 |
ttptek |
| 25 |
PROPERTIES FOLDER teraterm) |
| 26 |
|
| 27 |
add_subdirectory(teraterm) |
| 28 |
set_target_properties( |
| 29 |
teraterm |
| 30 |
PROPERTIES FOLDER teraterm) |
| 31 |
|
| 32 |
add_subdirectory(keycode) |
| 33 |
set_target_properties( |
| 34 |
keycode |
| 35 |
PROPERTIES FOLDER teraterm) |
|