Changes between Version 2 and Version 3 of CMake


Ignore:
Timestamp:
Jun 12, 2007, 5:34:09 AM (15 years ago)
Author:
Douglas Gregor
Comment:

Use the more quizzical, "How do I..."?

Legend:

Unmodified
Added
Removed
Modified
  • CMake

    v2 v3  
    33We 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.
    44
    5 == Task-Oriented Documentation ==
     5== How Do I... ==
    66
    7 * [wiki:CMakeConfigAndBuild Configuring and Building Boost with CMake]
     7* [wiki:CMakeConfigAndBuild Configure and Build Boost with CMake?]
    88
    9 * [wiki:CMakeTesting Testing Boost with CMake]
     9* [wiki:CMakeTesting Test Boost with CMake?]
    1010
    11 * [wiki:CMakeAddingALibrary Adding a Boost Library with CMake]
     11* [wiki:CMakeAddingALibrary Add a Boost Library with CMake?]
    1212
    13 * [wiki:CMakeAddingCompiledLibrary Adding a Compiled Library with CMake]
     13* [wiki:CMakeAddingCompiledLibrary Add a Compiled Library with CMake?]
    1414
    15 * [wiki:CMakeAddingRegressionTests Adding Regression Tests with CMake]
     15* [wiki:CMakeAddingRegressionTests Add Regression Tests with CMake?]
    1616
    1717== Reference Documentation ==