early-access version 2015

This commit is contained in:
pineappleEA
2021-08-27 03:39:53 +02:00
parent d5048abd17
commit 851e3ba77d
3 changed files with 115 additions and 2 deletions

View File

@@ -176,3 +176,6 @@ 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()