Changes between Initial Version and Version 1 of CMakeModularizeLibrary
- Timestamp:
- May 23, 2008, 1:51:41 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeModularizeLibrary
v1 v1 1 = Modularizing a Library with CMake = 2 3 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 [wiki:CMakeBinaryInstaller binary installer] for Windows allows one to turn on or off installation of each modular library. 4 5 6