Browse Subversion Repository
Diff of /trunk/CMakeLists.txt
Parent Directory
| Revision Log
| Patch
| 73 |
if (MSVC OR (MINGW AND (EXISTS "c:/windows"))) |
if (MSVC OR (MINGW AND (EXISTS "c:/windows"))) |
| 74 |
find_program( |
find_program( |
| 75 |
PERL perl.exe |
PERL perl.exe |
| 76 |
HINTS ${CMAKE_CURRENT_SOURCE_DIR}/libs/perl/perl/bin |
HINTS ${CMAKE_SOURCE_DIR}/buildtools/perl/perl/bin |
| 77 |
HINTS c:/Strawberry/perl/bin |
HINTS c:/Strawberry/perl/bin |
| 78 |
HINTS c:/Perl64/bin |
HINTS c:/Perl64/bin |
| 79 |
HINTS c:/Perl/bin |
HINTS c:/Perl/bin |
| 87 |
endif() |
endif() |
| 88 |
message("perl=${PERL}") |
message("perl=${PERL}") |
| 89 |
# svn / git-svn |
# svn / git-svn |
| 90 |
if(EXISTS "${CMAKE_SOURCE_DIR}/.git/svn") |
if(EXISTS "${CMAKE_SOURCE_DIR}/.git") |
| 91 |
# git-svn |
# git (git-svn) |
| 92 |
find_package(Git) |
find_package(Git) |
| 93 |
message("git=${GIT_EXECUTABLE}") |
message("git=${GIT_EXECUTABLE}") |
| 94 |
elseif(EXISTS "${CMAKE_SOURCE_DIR}/.svn") |
elseif(EXISTS "${CMAKE_SOURCE_DIR}/.svn") |
| 145 |
endif() |
endif() |
| 146 |
endif() |
endif() |
| 147 |
|
|
|
### create buildinfo.txt |
|
|
configure_file( |
|
|
buildinfo.txt.in |
|
|
buildinfo.txt |
|
|
@ONLY) |
|
|
|
|
| 148 |
### subdirectories |
### subdirectories |
| 149 |
add_subdirectory(teraterm) |
add_subdirectory(teraterm) |
| 150 |
add_subdirectory(ttpmenu) |
add_subdirectory(ttpmenu) |
| 159 |
add_subdirectory(doc_internal) |
add_subdirectory(doc_internal) |
| 160 |
add_subdirectory(tools) |
add_subdirectory(tools) |
| 161 |
|
|
| 162 |
|
### create buildinfo.txt |
| 163 |
|
configure_file( |
| 164 |
|
buildinfo.txt.in |
| 165 |
|
buildinfo.txt |
| 166 |
|
@ONLY) |
|
|
Legend:
| Removed from v.8933 |
|
| changed lines |
| |
Added in v.8935 |
|
|
|