We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c45940 commit 78dc1c2Copy full SHA for 78dc1c2
README.md
@@ -55,8 +55,13 @@ for contributing to the library.
55
56
The following instructions build the library and the examples:
57
58
- cmake -B build
59
- cmake --build build
+ cmake --workflow --list-presets
+ Available workflow presets:
60
+
61
+ "debug"
62
+ "release"
63
64
+ cmake --workflow --preset release
65
66
The implementation compiles and passes tests using [clang](https://clang.llvm.org/),
67
[gcc](http://gcc.gnu.org), and [MSVC++](https://visualstudio.microsoft.com/vs/features/cplusplus/).
0 commit comments