close
Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Latest commit

 

History

History

README.md

Experimental CMake support

The CMake build system is still experimental and could change.

Quickstart:

cmake -H. -B.build
cmake --build .build
.build/helloworld/helloworld
.build/trace/example

Using .build as the build directory so that it doesn't collide with the uppercase BUILD file on Windows.