Browse Subversion Repository
Diff of /trunk/CMakeLists.txt
Parent Directory
| Revision Log
| Patch
| 12 |
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) |
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) |
| 13 |
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) |
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}) |
| 14 |
|
|
| 15 |
|
string(TIMESTAMP SNAPSHOT_DIR "snapshot-%Y%m%d_%H%M%S") |
| 16 |
|
set(CMAKE_INSTALL_PREFIX "${PROJECT_BINARY_DIR}/${SNAPSHOT_DIR}") |
| 17 |
|
|
| 18 |
# _WIN32_WINNT_WIN10 0x0a00 |
# _WIN32_WINNT_WIN10 0x0a00 |
| 19 |
set(_WIN32_WINNT "0x0a00") |
set(_WIN32_WINNT "0x0a00") |
| 20 |
if(MSVC) |
if(MSVC) |
| 109 |
if(${ENABLE_TTXSAMPLES}) |
if(${ENABLE_TTXSAMPLES}) |
| 110 |
add_subdirectory(TTXSamples) |
add_subdirectory(TTXSamples) |
| 111 |
endif() |
endif() |
| 112 |
|
add_subdirectory(installer) |
| 113 |
|
|
| 114 |
#### |
#### |
| 115 |
# ソースツリー内に生成ファイルが存在していたら削除する |
# ソースツリー内に生成ファイルが存在していたら削除する |
|
|
Legend:
| Removed from v.7657 |
|
| changed lines |
| |
Added in v.7990 |
|
|
|