c++ - Have a header only project as a dependency with bjam -


i have bjam project consists of header files. want include these dependency in separate jamfile unless make collection of headers library (by adding single *.cpp) don't see how can this. possible?

you shouldn't have to, unless you're doing weird preprocessor , #include's. bjam knows how scan source files #include's , automatically rebuilds them whenever headers change. if that's not happening you, should ask on boost.build mailing list.


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -