diff options
Diffstat (limited to 'opentrack-compat/CMakeLists.txt')
-rw-r--r-- | opentrack-compat/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/opentrack-compat/CMakeLists.txt b/opentrack-compat/CMakeLists.txt deleted file mode 100644 index 2bbb496c..00000000 --- a/opentrack-compat/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -opentrack_boilerplate(opentrack-compat NO-COMPAT BIN) -if(NOT WIN32 AND NOT APPLE) - target_link_libraries(opentrack-compat rt) -endif() -if(CMAKE_COMPILER_IS_GNUCXX) - set_source_files_properties(nan.cpp PROPERTIES - COMPILE_FLAGS "-fno-fast-math -fno-finite-math-only -O0") -endif() |