CMakeLists.txt
branchsdl2transition
changeset 9677 71626318f80e
parent 9673 5be4de0eb4b0
child 9703 966d180184b4
equal deleted inserted replaced
9676:ce7396d4eaf7 9677:71626318f80e
    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 
    19 
    19 #libraries are built shared unless explicitly added as a static
    20 #libraries are built shared unless explicitly added as a static
    20 option(BUILD_SHARED_LIBS "Build libraries as shared modules (on)" ON)
    21 option(BUILD_SHARED_LIBS "Build libraries as shared modules (on)" ON)
    21 #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)
    22 option(PHYSFS_SYSTEM "Use system physfs (off)" OFF)
    23 option(PHYSFS_SYSTEM "Use system physfs (off)" OFF)