equal
deleted
inserted
replaced
18 set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake_modules") |
18 set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake_modules") |
19 include(${CMAKE_MODULE_PATH}/utils.cmake) |
19 include(${CMAKE_MODULE_PATH}/utils.cmake) |
20 |
20 |
21 #possible cmake configuration |
21 #possible cmake configuration |
22 option(NOSERVER "Disable gameServer build (off)" OFF) |
22 option(NOSERVER "Disable gameServer build (off)" OFF) |
23 option(NOPNG "Disable screenshoot compression (off)" OFF) |
23 if(NOT WIN32) |
|
24 option(NOPNG "Disable screenshoot compression (off)" OFF) |
|
25 endif() |
24 option(NOVIDEOREC "Disable video recording (off)" OFF) |
26 option(NOVIDEOREC "Disable video recording (off)" OFF) |
25 |
27 |
26 #libraries are built shared unless explicitly added as a static |
28 #libraries are built shared unless explicitly added as a static |
27 option(BUILD_SHARED_LIBS "Build libraries as shared modules (on)" ON) |
29 option(BUILD_SHARED_LIBS "Build libraries as shared modules (on)" ON) |
28 |
30 |