tools/corrosion/doc/src/quick_start.md
branchtransitional_engine
changeset 16067 d903f8d2395a
parent 16050 6a3dc15b78b9
equal deleted inserted replaced
16065:7b8d96fc8799 16067:d903f8d2395a
    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.