From bf5b7367c4c935ffa3fb91eb7e4e68e7bfd8cd47 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 14 Apr 2021 01:28:44 +0300 Subject: README: update --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index d801891..346c074 100644 --- a/README.md +++ b/README.md @@ -40,22 +40,6 @@ All of those are verified continuously by the "Boost (toolsets)" and "Examples Usage ----- -### common.cmake - -Use in a project by putting - - include(path/to/common.cmake) - -in CMakeLists.txt. - -This file aids in quick-and-dirty development by - -* linking everything (including the runtime) statically by default, -* setting some useful compilation options (enables warnings, defines useful -Windows-specific macros, strips debug symbols in release builds, etc.). - -Everything is optional (use the `CC_*` CMake options to opt out). - ### Boost Download & build the Boost libraries in a cross-platform way. @@ -80,6 +64,22 @@ Build (and optionally, install) a CMake project. Pass the `--help` flag to view detailed usage information. +### common.cmake + +Use in a project by putting + + include(path/to/common.cmake) + +in CMakeLists.txt. + +This file aids in quick-and-dirty development by + +* linking everything (including the runtime) statically by default, +* setting some useful compilation options (enables warnings, defines useful +Windows-specific macros, strips debug symbols in release builds, etc.). + +Everything is optional (use the `CC_*` CMake options to opt out). + ### CI Utility scripts `ci-boost` and `ci-cmake` allow building Boost and CMake -- cgit v1.2.3