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
Post a Comment