Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 344 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 344 Bytes

c-jump

It is not clear yet what this library is for :D

Currently it demonstrates the use of google's bazel for a C++ project.

Build and test

Build with C++14 standard (Todo: investigate how to use CROSSTOOL files for toolchain specification)

bazel build --cxxopt -std=c++14 //...:all
bazel test  --cxxopt -std=c++14 //...:all