CMakeLists.txt
branchsdl2transition
changeset 11360 7a7611adf715
parent 9705 322fe1736347
child 11362 ed5a6478e710
equal deleted inserted replaced
9798:f2b18754742f 11360:7a7611adf715
    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(NOSDL2 "Disable SDL2+ and use SDL 1.2 (off)" OFF)
       
    19 
    18 
    20 #libraries are built shared unless explicitly added as a static
    19 #libraries are built shared unless explicitly added as a static
    21 option(BUILD_SHARED_LIBS "Build libraries as shared modules (on)" ON)
    20 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)
    21 #set this to ON when 2.1.0 becomes more widespread (and only for linux)
    23 option(PHYSFS_SYSTEM "Use system physfs (off)" OFF)
    22 option(PHYSFS_SYSTEM "Use system physfs (off)" OFF)