early-access version 2016

This commit is contained in:
pineappleEA
2021-08-27 12:33:16 +02:00
parent 851e3ba77d
commit e98d772366
10 changed files with 202 additions and 336 deletions

View File

@@ -176,6 +176,3 @@ if (MSVC)
else()
target_link_libraries(common PRIVATE zstd)
endif()
if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux" AND CMAKE_CXX_COMPILER_ID STREQUAL GNU)
target_link_libraries(common PRIVATE backtrace)
endif()