equal
deleted
inserted
replaced
8 CMake functions such as [`target_link_libraries()`]. |
8 CMake functions such as [`target_link_libraries()`]. |
9 For rust executables and dynamic libraries corrosion provides a `corrosion_link_libraries` |
9 For rust executables and dynamic libraries corrosion provides a `corrosion_link_libraries` |
10 helper function to conveniently add the necessary flags to link C/C++ libraries into |
10 helper function to conveniently add the necessary flags to link C/C++ libraries into |
11 the rust target. |
11 the rust target. |
12 |
12 |
13 You are currently viewing the documentation of the stable v0.5 release branch. |
13 ## Requirements |
|
14 |
|
15 - Corrosion supports CMake 3.15 and newer with the v0.5 release. If you are using the v0.5 release, please |
|
16 view [the documentation here](./v0.5/introduction.md) |
|
17 - The master branch of Corrosion currently requires CMake 3.22 or newer. |
14 |
18 |
15 [`target_link_libraries()`]: https://cmake.org/cmake/help/latest/command/target_link_libraries.html |
19 [`target_link_libraries()`]: https://cmake.org/cmake/help/latest/command/target_link_libraries.html |
16 |
|
17 ## Requirements |
|
18 |
|
19 Corrosion v0.5 requires at least CMake 3.15 and at least Rust 1.46 or newer. |
|