mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
f2264bf9b0
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
4 lines
169 B
CMake
4 lines
169 B
CMake
corrosion_import_crate(MANIFEST_PATH Cargo.toml NO_STD)
|
|
|
|
target_include_directories(_ch_rust_blake3 INTERFACE include)
|
|
add_library(ch_rust::blake3 ALIAS _ch_rust_blake3) |