Skip to content
Snippets Groups Projects
Commit 09bc3c5d authored by Lars Bilke's avatar Lars Bilke
Browse files

[CMake] Added build configuration presets.

Build configuration presets are defined in CMakePresets.json
Usage:

    # In OGS source code directory
    cmake -S . --preset release

  This will create a configured build in ogs/build/release with te Ninja
  generator ans some predefined options.

Developer can create a CMakeUserPresets.json file in the root source
directory with their own presets (this file is ignored by git).

See docs: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
parent eb4f1f93
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment