CMakeLists.txt
branchgettext
changeset 11168 e104e060911b
parent 10976 56f07b52213a
child 11268 b14de8b74183
equal deleted inserted replaced
11167:13d332e62860 11168:e104e060911b
    33 option(MINIMAL_FLAGS "Respect system flags as much as possible (off)" OFF)
    33 option(MINIMAL_FLAGS "Respect system flags as much as possible (off)" OFF)
    34 option(NOAUTOUPDATE "Disable OS X Sparkle update checking (off)" OFF)
    34 option(NOAUTOUPDATE "Disable OS X Sparkle update checking (off)" OFF)
    35 option(SKIPBUNDLE "Do not create relocate bundle (off)" OFF)
    35 option(SKIPBUNDLE "Do not create relocate bundle (off)" OFF)
    36 
    36 
    37 option(BUILD_ENGINE_C "Compile hwengine as native C (off)" OFF)
    37 option(BUILD_ENGINE_C "Compile hwengine as native C (off)" OFF)
    38 option(GL2 "Enable OpenGL 2 rendering !!!EXPERIMENTAL - DO NOT USE!!! [default: off)" OFF)
    38 option(GL2 "Enable OpenGL 2 rendering !!!EXPERIMENTAL - DO NOT USE!!! (off)" OFF)
       
    39 
       
    40 option(UPDATE_TRANSLATIONS "Update the source translation files before building them (off)" OFF)
    39 
    41 
    40 set(GHFLAGS "" CACHE STRING "Additional Haskell flags")
    42 set(GHFLAGS "" CACHE STRING "Additional Haskell flags")
    41 if(UNIX AND NOT APPLE)
    43 if(UNIX AND NOT APPLE)
    42     set(DATA_INSTALL_DIR "share/hedgewars" CACHE STRING "Resource folder path")
    44     set(DATA_INSTALL_DIR "share/hedgewars" CACHE STRING "Resource folder path")
    43 endif()
    45 endif()