We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf34665 commit 6bd74efCopy full SHA for 6bd74ef
2 files changed
CMakeDarwinPresets.json
@@ -0,0 +1,22 @@
1
+{
2
+ "version": 9,
3
+ "cmakeMinimumRequired": {
4
+ "major": 3,
5
+ "minor": 30,
6
+ "patch": 0
7
+ },
8
+ "configurePresets": [
9
+ {
10
+ "name": "x64-Clang-Base",
11
+ "hidden": true,
12
+ "generator": "Ninja",
13
+ "binaryDir": "${sourceDir}/Build/${presetName}",
14
+ "cacheVariables": {
15
+ "CMAKE_C_COMPILER": "clang",
16
+ "CMAKE_CXX_COMPILER": "clang++",
17
+ "CMAKE_INSTALL_PREFIX": "${sourceDir}/Build/${presetName}",
18
+ "CMAKE_OSX_ARCHITECTURES": "x86_64"
19
+ }
20
21
+ ]
22
+}
REUSE.toml
@@ -5,6 +5,7 @@ path = [
"REUSE.toml",
"crowdin.yml",
"CMakeSettings.json",
+ "CMakeDarwinPresets.json",
"CMakeLinuxPresets.json",
"CMakeWindowsPresets.json",
"CMakePresets.json",
0 commit comments