mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
e7c5b48d84
Before this patch corrosion requires that CMAKE_BUILD_TYPE matches the CMAKE_CONFIGURATION_TYPES, which is "RelWithDebInfo;Debug;Release;MinSizeRel", so that said, that if you were using CMAKE_BUILD_TYPE=debug, it will not work. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
4 lines
163 B
CMake
4 lines
163 B
CMake
clickhouse_import_crate(MANIFEST_PATH Cargo.toml)
|
|
target_include_directories(_ch_rust_blake3 INTERFACE include)
|
|
add_library(ch_rust::blake3 ALIAS _ch_rust_blake3)
|