Skip to content

SiegeLord/RustCMake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published