CMakeLists.txt
branch0.9.21
changeset 10762 a017ec64f675
parent 10747 07ade56c3b4a
equal deleted inserted replaced
10759:0f4b38722400 10762:a017ec64f675
    30 option(BUILD_ENGINE_LIBRARY "Enable hwengine library (off)" OFF)
    30 option(BUILD_ENGINE_LIBRARY "Enable hwengine library (off)" OFF)
    31 option(ANDROID "Enable Android build (off)" OFF)
    31 option(ANDROID "Enable Android build (off)" OFF)
    32 
    32 
    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 
    36 
    36 option(BUILD_ENGINE_C "Compile hwengine as native C (off)" OFF)
    37 option(BUILD_ENGINE_C "Compile hwengine as native C (off)" OFF)
    37 option(GL2 "Enable OpenGL 2 rendering !!!EXPERIMENTAL - DO NOT USE!!! [default: off)" OFF)
    38 option(GL2 "Enable OpenGL 2 rendering !!!EXPERIMENTAL - DO NOT USE!!! [default: off)" OFF)
    38 
    39 
    39 set(GHFLAGS "" CACHE STRING "Additional Haskell flags")
    40 set(GHFLAGS "" CACHE STRING "Additional Haskell flags")