UNPKG

react-native-quick-crypto

Version:

A fast implementation of Node's `crypto` module written in C/C++ JSI

15 lines (9 loc) 277 B
@PACKAGE_INIT@ include(CMakeFindDependencyMacro) # Remember TBB option state set(BLAKE3_USE_TBB @BLAKE3_USE_TBB@) if(BLAKE3_USE_TBB) find_dependency(TBB @TBB_VERSION@) endif() include("${CMAKE_CURRENT_LIST_DIR}/blake3-targets.cmake") check_required_components(blake3)