blob: 3fddefb4a3397291d6af2af25d6ab3b29c406db7 (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | otr_module(compat NO-COMPAT BIN)
if(NOT WIN32 AND NOT APPLE)
    target_link_libraries(opentrack-compat rt)
endif()
if(CMAKE_COMPILER_IS_GNUCXX)
    set_property(SOURCE nan.cpp APPEND_STRING PROPERTY
                 COMPILE_FLAGS "-fno-lto -fno-fast-math -fno-finite-math-only -O0 ")
endif()
 |