= Older cmake wiki stuff, may not be reliable, needs converting to rst docs = == How Do I... == * [wiki:CMakeConfigAndBuild Build Boost with CMake?] * [wiki:CMakeBuildConfiguration Tune the CMake build configuration (verbosity, tests, static/shared, debug/release, single/multi-threaded)?] * [wiki:CMakeTesting Test Boost with CMake?] * [wiki:CMakeBuildingIndividualLibraries Build/preprocess individual libraries/files with CMake?] * [wiki:CMakeAddingALibrary Add a Boost Library with CMake?] * [wiki:CMakeAddingCompiledLibrary Add a Compiled Library with CMake?] * [wiki:CMakeAddingRegressionTests Add Regression Tests with CMake?] * [wiki:CMakeModularizeLibrary Modularize a Library with CMake?] * [wiki:CMakeBinaryInstaller Build a Binary Installer with CMake?] == Reference Documentation == * Project macros * [wiki:CMakeLibraryProject boost_library_project] - Designate a new Boost library project * Building binaries * [wiki:CMakeAddLibrary boost_add_library] - Add a compiled Boost library * [wiki:CMakeAddExecutable boost_add_executable] - Add a compiled executable * Regression testing * [wiki:CMakeTestRun boost_test_run] - Compile and execute a test * [wiki:CMakeTestRunFail boost_test_run_fail] - Compile and execute a test (which is expected to fail) * [wiki:CMakeTestCompile boost_test_compile] - Compile a test * [wiki:CMakeTestCompileFail boost_test_compile_fail] - Compile a test (which should fail to compile) * [wiki:CMakeBuildFeatures Build features] - Different library build features supported by the build system * [http://www.cmake.org/HTML/Documentation.html CMake Macro Reference] (note that this documentation is also compiled in to cmake itself. The command '''''`cmake --help-full`''''' will display it.)