mirror of
https://github.com/BLAKE3-team/BLAKE3
synced 2026-03-08 04:16:30 +01:00
7 lines
110 B
CMake
7 lines
110 B
CMake
if(BLAKE3_USE_LLFIO)
|
|
add_subdirectory(llfio)
|
|
endif()
|
|
if(BLAKE3_USE_TBB)
|
|
add_subdirectory(tbb)
|
|
endif()
|