diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-14 01:28:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-14 01:28:44 +0300 |
commit | bf5b7367c4c935ffa3fb91eb7e4e68e7bfd8cd47 (patch) | |
tree | 1241664d8e5421de1ace63847ac1fd75dfc65bde | |
parent | setup.cfg: include common.cmake (diff) | |
download | cmake-common-bf5b7367c4c935ffa3fb91eb7e4e68e7bfd8cd47.tar.gz cmake-common-bf5b7367c4c935ffa3fb91eb7e4e68e7bfd8cd47.zip |
README: update
Diffstat (limited to '')
-rw-r--r-- | README.md | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -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 |