BLAKE3-team / BLAKE3

the official Rust and C implementations of the BLAKE3 cryptographic hash function
Apache License 2.0
5.2k stars 351 forks source link

Fix CMake target include directories #332

Closed r4nx closed 1 year ago

r4nx commented 1 year ago

Include directory is not set if the library is used with add_subdirectory or FetchContent, this PR fixes it

r4nx commented 1 year ago

Apart from the suggestion I'm okay with this.

Thanks, sure, I've commited the changes