CMakeLists.txt
changeset 10025 ec966363adbe
parent 10024 7d21f52f0452
child 10026 14a3f7feeb39
equal deleted inserted replaced
10024:7d21f52f0452 10025:ec966363adbe
    35 
    35 
    36 set(GHFLAGS "" CACHE STRING "Additional Haskell flags")
    36 set(GHFLAGS "" CACHE STRING "Additional Haskell flags")
    37 if(UNIX AND NOT APPLE)
    37 if(UNIX AND NOT APPLE)
    38     set(DATA_INSTALL_DIR "share/hedgewars" CACHE STRING "Resource folder path")
    38     set(DATA_INSTALL_DIR "share/hedgewars" CACHE STRING "Resource folder path")
    39 endif()
    39 endif()
       
    40 
       
    41 option(NOVERSIONINFOUPDATE "Disable update of version_info.txt. To be used if source is in a git/repo that is NOT the hedgewars repo" OFF)
    40 
    42 
    41 #system paths for finding required fonts (see share/hedgewars/Data/fonts)
    43 #system paths for finding required fonts (see share/hedgewars/Data/fonts)
    42 #subdirectories will NOT be searched.
    44 #subdirectories will NOT be searched.
    43 #all fonts that can't be found will be bundled with hedgewars
    45 #all fonts that can't be found will be bundled with hedgewars
    44 set(FONTS_DIRS "" CACHE STRING "Additional paths to folders where required fonts can be found ( ; is separator)")
    46 set(FONTS_DIRS "" CACHE STRING "Additional paths to folders where required fonts can be found ( ; is separator)")