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 8892 by zmatsuo, Tue Aug 18 15:10:07 2020 UTC revision 8929 by zmatsuo, Fri Sep 4 15:53:44 2020 UTC
# Line 103  else() Line 103  else()
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
# Line 145  if(NOT DEFINED SNAPSHOT_DIR) Line 141  if(NOT DEFINED SNAPSHOT_DIR)
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

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