wiki:CMakeModularizeLibrary

Version 1 (modified by Douglas Gregor, 14 years ago) ( diff )

Initial text... needs to be completed!

Modularizing a Library with CMake

Boost's CMake-based build system supports the notion of "modular" libraries, which are libraries that are contained entirely within a single directory structure. Additionally, modular libraries explicitly declare their dependencies on other libraries (or "modules"), making it possible to build and install coherent subsets of Boost. For example, the binary installer for Windows allows one to turn on or off installation of each modular library.

Note: See TracWiki for help on using the wiki.