Implemented rewindless Fiber without Boost (using minicoro)

This commit is contained in:
darktux
2024-04-05 01:58:30 +02:00
parent 3857ff1aa8
commit b07b266b87
9 changed files with 2116 additions and 157 deletions

View File

@@ -252,7 +252,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)