Implemented rewindless Fiber without Boost (using minicoro)

This commit is contained in:
darktux 2024-04-05 01:58:30 +02:00 committed by Briar
parent 60643dd1b2
commit 16f92e5b32
9 changed files with 2119 additions and 157 deletions

View file

@ -261,7 +261,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
)
endif()
target_link_libraries(common PUBLIC Boost::context Boost::headers fmt::fmt microprofile stb::headers Threads::Threads)
target_link_libraries(common PUBLIC Boost::headers fmt::fmt microprofile stb::headers Threads::Threads)
target_link_libraries(common PRIVATE lz4::lz4 zstd::zstd LLVM::Demangle)
if (ANDROID)