CMakeLists.txt
branchqmlfrontend
changeset 11071 3851ce4f2061
parent 10886 99273b7afbff
parent 10976 56f07b52213a
child 11403 b894922d58cc
equal deleted inserted replaced
11050:9b7c8c5a94e0 11071:3851ce4f2061
    30 set(BUILD_ENGINE_LIBRARY ON)
    30 set(BUILD_ENGINE_LIBRARY ON)
    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")