equal
deleted
inserted
replaced
15 endif() |
15 endif() |
16 endforeach() |
16 endforeach() |
17 |
17 |
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 message("prefix ${CMAKE_PREFIX_PATH}") |
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 option(NOPNG "Disable screenshoot compression (off)" OFF) |
24 option(NOVIDEOREC "Disable video recording (off)" OFF) |
24 option(NOVIDEOREC "Disable video recording (off)" OFF) |
25 |
25 |