17 Jun
2017
17 Jun
'17
4:45 p.m.
On Sat, Jun 17, 2017 at 7:37 AM, Steven Watanabe via Boost
Boost.Build implementation: https://github.com/boostorg/units/blob/develop/test_headers/Jamfile.v2
We have the sources to bjam why can't we just turn this into a one-line rule? For example, this says that test.cpp should compile: compile test.cpp Can we just have compile-header test.hpp And have bjam add the bits to define a main() and include test.hpp for us?