equal
deleted
inserted
replaced
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) |