SiegeLord / RustCMake

An example project showing usage of CMake with Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An example of using CMake with Rust.

Build Status

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

About

An example project showing usage of CMake with Rust


Languages

Language:CMake 99.2%Language:Rust 0.8%