CMakeLists.txt
changeset 9192 a8a717cf4a66
parent 9190 4fc0e95e7b64
child 9198 48b92ff6238f
equal deleted inserted replaced
9190:4fc0e95e7b64 9192:a8a717cf4a66
    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 
    18 
       
    19 #libraries are built shared unless explicitly added as a static
       
    20 option(BUILD_SHARED_LIBS "Build libraries as shared modules (on)" ON)
    19 #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)
    20 option(PHYSFS_SYSTEM "Use system physfs (off)" OFF)
    22 option(PHYSFS_SYSTEM "Use system physfs (off)" OFF)
    21 
    23 
    22 option(BUILD_ENGINE_LIBRARY "Enable hwengine library (off)" OFF)
    24 option(BUILD_ENGINE_LIBRARY "Enable hwengine library (off)" OFF)
    23 option(ANDROID "Enable Android build (off)" OFF)
    25 option(ANDROID "Enable Android build (off)" OFF)