ClickHouse/rust/copy_exclude.cmake
Azat Khuzhin 9f9989ea72 Properly detect changes in Rust code and recompile Rust libraries
Due to we need to substitude config for Rust builds (see #44762 for
details), the source dir is copied to the binary dir, but this is done
only once, so to detect changes in sources you need to run cmake,
without this patch.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-02 18:33:15 +01:00

3 lines
68 B
CMake

file(COPY "${FROM}" DESTINATION "${TO}"
PATTERN target EXCLUDE)