Changes between Version 2 and Version 3 of CMake
- Timestamp:
- Jun 12, 2007, 5:34:09 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMake
v2 v3 3 3 We are developing an alternative build system for Boost based on [http://www.cmake.org CMake], a cross-platform, open-source make system. At this point, the CMake-based build system is still a work in progress, and it is unknown whether it will become a fully-supported build system within Boost. These pages document the CMake-based build system for Boost, and are focused primarily at Boost library developers. In the future, we will provide an alternative version of Boost's [http://www.boost.org/more/getting_started/index.html Getting Started] guide for CMake users. 4 4 5 == Task-Oriented Documentation==5 == How Do I... == 6 6 7 * [wiki:CMakeConfigAndBuild Configur ing and Building Boost with CMake]7 * [wiki:CMakeConfigAndBuild Configure and Build Boost with CMake?] 8 8 9 * [wiki:CMakeTesting Test ing Boost with CMake]9 * [wiki:CMakeTesting Test Boost with CMake?] 10 10 11 * [wiki:CMakeAddingALibrary Add ing a Boost Library with CMake]11 * [wiki:CMakeAddingALibrary Add a Boost Library with CMake?] 12 12 13 * [wiki:CMakeAddingCompiledLibrary Add ing a Compiled Library with CMake]13 * [wiki:CMakeAddingCompiledLibrary Add a Compiled Library with CMake?] 14 14 15 * [wiki:CMakeAddingRegressionTests Add ing Regression Tests with CMake]15 * [wiki:CMakeAddingRegressionTests Add Regression Tests with CMake?] 16 16 17 17 == Reference Documentation ==