Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 225 Bytes

File metadata and controls

13 lines (11 loc) · 225 Bytes

CMakeRust

Example Usage

include(FetchContent)

FetchContent_Declare(
    CMakeRust
    GIT_REPOSITORY https://github.com/IsaacDore/CMakeRust.git
)
FetchContent_MakeAvailable(CMakeRust)

cargo_build(NAME <target>)