1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2026-03-08 04:16:30 +01:00
BLAKE3/c/dependencies/CMakeLists.txt
2025-03-09 16:00:11 -07:00

7 lines
110 B
CMake

if(BLAKE3_USE_LLFIO)
add_subdirectory(llfio)
endif()
if(BLAKE3_USE_TBB)
add_subdirectory(tbb)
endif()