文件名称:RustCMake —一个示例项目,显示CMake与Rust的用法-Rust开发
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-16 13:03:55
Rust Build system
在Rust中使用CMake的示例。 尝试一下! mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX = / tmp make -j make test -j make doc -j make install将CMake与Rust结合使用的示例。 尝试一下! mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX = / tmp make -j make test -j make doc -j make install cd examples ./example1 ./example2许可证:示例文件已发布到公共域中,并且CMake模块是在zlib许可下获得许可(请参阅文件内容)。
【文件预览】:
RustCMake-master
----.gitignore(6B)
----src()
--------other.rs(56B)
--------lib.rs(124B)
----.travis.yml(414B)
----examples()
--------example1.rs(252B)
--------example2.rs(252B)
----Readme.md(447B)
----cmake()
--------Findcargo.cmake(1KB)
--------Findrustdoc.cmake(1KB)
--------Findrustc.cmake(2KB)
--------Rust.cmake(14KB)
----CMakeLists.txt(3KB)