Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8933 by zmatsuo, Fri Sep 4 15:54:26 2020 UTC revision 8935 by zmatsuo, Tue Sep 8 15:14:22 2020 UTC
# Line 73  endif() Line 73  endif()
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
# Line 87  else() Line 87  else()
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")
# Line 145  if(NOT DEFINED SETUP_ZIP) Line 145  if(NOT DEFINED SETUP_ZIP)
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)
# Line 165  add_subdirectory(doc) Line 159  add_subdirectory(doc)
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26