Skip to content

Commit f7eefae

Browse files
committed
cmake: add clang presets
1 parent b97a851 commit f7eefae

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CMakePresets.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@
9595
"inherits": ["base-release", "gcc"]
9696
},
9797

98+
{
99+
"name": "debug-clang",
100+
"inherits": ["base-debug", "clang"]
101+
},
102+
{
103+
"name": "release-clang",
104+
"inherits": ["base-release", "clang"]
105+
},
106+
98107
{
99108
"name": "debug-asan",
100109
"inherits": ["base-debug", "asan"]

0 commit comments

Comments
 (0)