Browse Subversion Repository
Diff of /trunk/CMakeLists.txt
Parent Directory
| Revision Log
| Patch
| 86 |
if(${ENABLE_TTXSAMPLES}) |
if(${ENABLE_TTXSAMPLES}) |
| 87 |
add_subdirectory(TTXSamples) |
add_subdirectory(TTXSamples) |
| 88 |
endif() |
endif() |
| 89 |
|
|
| 90 |
|
#### |
| 91 |
|
# ソースツリー内に生成ファイルが存在していたら削除する |
| 92 |
|
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/teraterm/ttpdlg/svnversion.h") |
| 93 |
|
file(REMOVE "${CMAKE_CURRENT_SOURCE_DIR}/teraterm/ttpdlg/svnversion.h") |
| 94 |
|
endif() |
| 95 |
|
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/ttssh2/ttxssh/puttyversion.h") |
| 96 |
|
file(REMOVE "${CMAKE_CURRENT_SOURCE_DIR}/ttssh2/ttxssh/puttyversion.h") |
| 97 |
|
endif() |
|
|
Legend:
| Removed from v.7510 |
|
| changed lines |
| |
Added in v.7515 |
|
|
|