Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 install

cd 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).