The CMake build system is still experimental and could change.
cmake -H. -B.build
cmake --build .build
.build/helloworld/helloworld
.build/trace/exampleUsing .build as the build directory so that it doesn't collide with the
uppercase BUILD file on Windows.