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

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -