CMakeLists.txt
changeset 10976 56f07b52213a
parent 10803 df39aa3f6d4d
child 11071 3851ce4f2061
child 11263 4c4f22cc3fa4
equal deleted inserted replaced
10975:47c3a00f8037 10976:56f07b52213a
    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")