Skip to content

per-gron/shuriken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shuriken

Shuriken is a mostly Ninja compatible build system with a focus on correctness and reducing average build times over doing as little as possible.

Shuriken currently only works on Mac OS X.

Build instructions

git submodule update --init --recursive
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -GNinja ..
ninja shk shk-trace
# shk and shk-trace binaries are now in bin/

To test:

ninja all shk-trace && ctest

About

Shuriken is a mostly Ninja compatible build system with a focus on correctness and reducing average build times over doing as little as possible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published