Browse Subversion Repository
Diff of /trunk/CMakeLists.txt
Parent Directory
| Revision Log
| Patch
| 103 |
# build without svn,git? |
# build without svn,git? |
| 104 |
#set(SVNVERSION "0000") |
#set(SVNVERSION "0000") |
| 105 |
endif() |
endif() |
|
configure_file( |
|
|
version_info.h.in |
|
|
version_info.h |
|
|
@ONLY) |
|
| 106 |
message("revision=\"${SVNVERSION}\"") |
message("revision=\"${SVNVERSION}\"") |
| 107 |
|
|
| 108 |
### tool |
### tool |
| 141 |
endif() |
endif() |
| 142 |
set(CMAKE_INSTALL_PREFIX "${PROJECT_BINARY_DIR}/${SNAPSHOT_DIR}") |
set(CMAKE_INSTALL_PREFIX "${PROJECT_BINARY_DIR}/${SNAPSHOT_DIR}") |
| 143 |
|
|
| 144 |
|
### create buildinfo.txt |
| 145 |
|
configure_file( |
| 146 |
|
buildinfo.txt.in |
| 147 |
|
buildinfo.txt |
| 148 |
|
@ONLY) |
| 149 |
|
|
| 150 |
### subdirectories |
### subdirectories |
| 151 |
add_subdirectory(svnrev_perl) |
add_subdirectory(svnrev_perl) |
| 152 |
add_subdirectory(teraterm) |
add_subdirectory(teraterm) |
|
|
Legend:
| Removed from v.8892 |
|
| changed lines |
| |
Added in v.8929 |
|
|
|