Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SiegeLord/RustCMake
An example project showing usage of CMake with Rust
https://github.com/SiegeLord/RustCMake
Last synced: 7 days ago
JSON representation
An example project showing usage of CMake with Rust
- Host: GitHub
- URL: https://github.com/SiegeLord/RustCMake
- Owner: SiegeLord
- Created: 2013-12-30T02:14:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T21:08:38.000Z (over 6 years ago)
- Last Synced: 2024-10-16T13:24:58.061Z (18 days ago)
- Language: CMake
- Size: 303 KB
- Stars: 109
- Watchers: 7
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-rust-cn - SiegeLord/RustCMake - ci.org/SiegeLord/RustCMake.svg?branch=master">](https://travis-ci.org/SiegeLord/RustCMake) (Development tools / Build system)
- awesome-rust - SiegeLord/RustCMake - ci.org/SiegeLord/RustCMake.svg?branch=master">](https://travis-ci.org/SiegeLord/RustCMake) (Development tools / Build system)
- awesome-rust - SiegeLord/RustCMake
- awesome-rust-cn - SiegeLord/RustCMake - (开发工具 Development tools / 构建系统 Build system)
- awesome-rust - SiegeLord/RustCMake - an example project showing usage of CMake with Rust (Development tools / Build system)
- awesome-rust - SiegeLord/RustCMake - ci.org/SiegeLord/RustCMake.svg?branch=master">](https://travis-ci.org/SiegeLord/RustCMake) (开发工具 Development tools / 创建系统 Build system)
- awesome-rust - SiegeLord/RustCMake - ci.org/SiegeLord/RustCMake.svg?branch=master">](https://travis-ci.org/SiegeLord/RustCMake) (代码 / 构建系统)
- awesome-rust-zh - SiegeLord/RustCMake - 一个示例项目,显示了 Rust 的 CMake 用法[<img src="https://api.travis-ci.org/SiegeLord/RustCMake.svg?branch=master">](https://travis-ci.org/SiegeLord/RustCMake) (开发工具 / 构建系统)
- fucking-awesome-rust - SiegeLord/RustCMake - an example project showing usage of CMake with Rust (Development tools / Build system)
- fucking-awesome-rust - SiegeLord/RustCMake - an example project showing usage of CMake with Rust (Development tools / Build system)
README
An example of using CMake with Rust.
[![Build Status](https://travis-ci.org/SiegeLord/RustCMake.png)](https://travis-ci.org/SiegeLord/RustCMake)
Try it!
~~~
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/tmp
make -j
make test -j
make doc -j
make installcd examples
./example1
./example2
~~~License:
The example files are released into the public domain, and the CMake modules are licensed under the zlib license (see file contents).