What is the easiest way to attach a Boost separately compiled library to a Visual Studio 2012 project or solution so that someone with Boost source can build the library during the VS build? This is to make the whole of Boost available on demand.
Asked
Active
Viewed 71 times
0
-
What Boost libraries do you need to build? If it's something lightweight like `Boost.System`, you can just include the appropriate cpp(s) into your VS project. – Igor R. Aug 17 '13 at 18:07
1 Answers
0
There are many different strategies. I personally use BlueGo
BlueGo can build different Boost versions for different Visual Studio versions. You can specify different modules that should be build.

Vertexwahn
- 7,709
- 6
- 64
- 90