Skip to content

Commit e95e3e6

Browse files
committed
added cmake preset.
1 parent 5a62e35 commit e95e3e6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CMakePresets.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"version": 3,
3+
"configurePresets": [
4+
{
5+
"name": "linux-release",
6+
"displayName": "Linux Release",
7+
"generator": "Unix Makefiles",
8+
"binaryDir": "${sourceDir}/build",
9+
10+
"cacheVariables": {
11+
"CMAKE_BUILD_TYPE": "Release",
12+
"CMAKE_C_COMPILER": "/usr/bin/clang",
13+
"CMAKE_CXX_COMPILER": "/usr/bin/clang++"
14+
}
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)