CMakeLists.txt
branchsdl2transition
changeset 9703 966d180184b4
parent 9677 71626318f80e
child 9705 322fe1736347
equal deleted inserted replaced
9701:7f6786625667 9703:966d180184b4
    13 
    13 
    14 #possible cmake configuration
    14 #possible cmake configuration
    15 option(NOSERVER "Disable gameServer build (off)]" OFF)
    15 option(NOSERVER "Disable gameServer build (off)]" OFF)
    16 option(NOPNG "Disable screenshoot compression (off)" OFF)
    16 option(NOPNG "Disable screenshoot compression (off)" OFF)
    17 option(NOVIDEOREC "Disable video recording (off)" OFF)
    17 option(NOVIDEOREC "Disable video recording (off)" OFF)
    18 option(USESDL12 "Use SDL 1.2 (off)" OFF)
    18 option(NOSDL2 "Disable SDL2+ and use SDL 1.2 (off)" OFF)
    19 
    19 
    20 #libraries are built shared unless explicitly added as a static
    20 #libraries are built shared unless explicitly added as a static
    21 option(BUILD_SHARED_LIBS "Build libraries as shared modules (on)" ON)
    21 option(BUILD_SHARED_LIBS "Build libraries as shared modules (on)" ON)
    22 #set this to ON when 2.1.0 becomes more widespread (and only for linux)
    22 #set this to ON when 2.1.0 becomes more widespread (and only for linux)
    23 option(PHYSFS_SYSTEM "Use system physfs (off)" OFF)
    23 option(PHYSFS_SYSTEM "Use system physfs (off)" OFF)