$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Handling libraries that are built with external build systems
From: Christian Aichinger (caichinger_at_[hidden])
Date: 2016-06-21 22:09:23
Hi,
thanks a lot for your answer Vladimir. Your suggestion worked out nicely.
I ended up writing a blog post about this:
https://greek0.net/blog/2016/06/18/building_external_libraries_with_boost_build/
And I pushed an example project that uses this technique to GitHub:
https://github.com/Grk0/external-libraries-with-boost-build
In case someone stumbles across the same issue again.
Regards,
Chris