diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-05-17 16:09:34 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-05-17 16:09:34 +0200 |
| commit | 40ed7b9b5e1892d204b1ce56bbaf394bc7ecf12d (patch) | |
| tree | 3a7e8a0aff4e5bf8d40eb6bf8fedf79cea03c7d5 /.conan/default | |
| parent | be261a9595d7744332583586c625315b95688410 (diff) | |
| download | wanda-40ed7b9b5e1892d204b1ce56bbaf394bc7ecf12d.tar.xz wanda-40ed7b9b5e1892d204b1ce56bbaf394bc7ecf12d.zip | |
build: update build configuration
Diffstat (limited to '.conan/default')
| -rw-r--r-- | .conan/default | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.conan/default b/.conan/default new file mode 100644 index 0000000..d893989 --- /dev/null +++ b/.conan/default @@ -0,0 +1,7 @@ +include(default) + +[settings] +compiler.cppstd=20 + +[conf] +tools.cmake.cmaketoolchain:generator=Ninja Multi-Config |
