CMakeLists.txt
branchcmake_pascal
changeset 8798 03d113d51062
parent 8796 8ab4ef8b70f6
child 8802 ed984e06b435
equal deleted inserted replaced
8796:8ab4ef8b70f6 8798:03d113d51062
    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