Skip to content

Commit 78dc1c2

Browse files
committed
Update how to build this project
1 parent 7c45940 commit 78dc1c2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,13 @@ for contributing to the library.
5555

5656
The following instructions build the library and the examples:
5757

58-
cmake -B build
59-
cmake --build build
58+
cmake --workflow --list-presets
59+
Available workflow presets:
60+
61+
"debug"
62+
"release"
63+
64+
cmake --workflow --preset release
6065

6166
The implementation compiles and passes tests using [clang](https://clang.llvm.org/),
6267
[gcc](http://gcc.gnu.org), and [MSVC++](https://visualstudio.microsoft.com/vs/features/cplusplus/).

0 commit comments

Comments
 (0)