Popularity
3.1
Stable
Activity
0.0
Stable
109
7
15

README

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


*Note that all licence references and agreements mentioned in the RustCMake README section above are relevant to that project's source code only.