CMakeLists.txt
branchcmake_pascal
changeset 8806 3dca9b6e8168
parent 8802 ed984e06b435
child 8821 e85ff6e298b5
equal deleted inserted replaced
8804:32bc222ddca6 8806:3dca9b6e8168
    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 message("prefix ${CMAKE_PREFIX_PATH}")
    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 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