Skip to content
/ c-jmp Public

Simple C++ library project build with bazel. Can be used as a skeleton.

License

Notifications You must be signed in to change notification settings

risteon/c-jmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple C++ library project build with bazel. Can be used as a skeleton.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published