equal
deleted
inserted
replaced
31 # A target with the same name is now available in CMake and you can use it to link the rust library into |
31 # A target with the same name is now available in CMake and you can use it to link the rust library into |
32 # your C/C++ CMake target(s). |
32 # your C/C++ CMake target(s). |
33 target_link_libraries(your_cool_cpp_bin PUBLIC rust-lib) |
33 target_link_libraries(your_cool_cpp_bin PUBLIC rust-lib) |
34 ``` |
34 ``` |
35 |
35 |
|
36 |
36 Please see the [Usage chapter](usage.md) for a complete discussion of possible configuration options. |
37 Please see the [Usage chapter](usage.md) for a complete discussion of possible configuration options. |