We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bf3fa commit 304814dCopy full SHA for 304814d
c/CMakeLists.txt
@@ -376,7 +376,7 @@ add_feature_info("oneTBB parallelism" BLAKE3_USE_TBB "The library uses oneTBB pa
376
feature_summary(WHAT ENABLED_FEATURES)
377
378
if(BLAKE3_EXAMPLES)
379
- include(BLAKE3/Examples)
+ add_subdirectory(examples)
380
endif()
381
if(BLAKE3_TESTING)
382
include(BLAKE3/Testing)
c/cmake/BLAKE3/Examples.cmake
0 commit comments