CMakeLists.txt
branchqmlfrontend
changeset 10440 b74a7bbe224e
parent 10380 07ae8fd1d7d4
child 10515 7705784902e1
equal deleted inserted replaced
10438:50ed968e4fee 10440:b74a7bbe224e
    25 else()
    25 else()
    26     option(PHYSFS_SYSTEM "Use system physfs (on)" ON)
    26     option(PHYSFS_SYSTEM "Use system physfs (on)" ON)
    27     option(LUA_SYSTEM "Use system lua (on)" ON)
    27     option(LUA_SYSTEM "Use system lua (on)" ON)
    28 endif()
    28 endif()
    29 
    29 
    30 option(BUILD_ENGINE_LIBRARY "Enable hwengine library (off)" OFF)
    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 
    35