14 Apr
2016
14 Apr
'16
11:31 p.m.
Robert Ramey wrote:
I wondering if we shouldn't have used:
<library name> ... src *.cpp Jamfile.v2 CMakelist.txt
Intuitively, this makes sense and I've wondered the same, before I realized that with our current structure, when you issue the command b2 build from the library root, it builds the library. (And of course b2 test tests it.) b2 src doesn't have quite the same ring to it.