corrosion-rs / corrosion

Marrying Rust and CMake - Easy Rust and C/C++ Integration!
https://corrosion-rs.github.io/corrosion/
MIT License
1.07k stars 103 forks source link

Simplify `_corrosion_copy_byproducts()` #467

Closed jschwe closed 10 months ago

jschwe commented 10 months ago

We don't need the is_binary parameter, since we can check the target property.