forked from MailCore/mailcore2
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCMakeSettings.json
53 lines (53 loc) · 1.63 KB
/
CMakeSettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"configurations": [
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\.build\\mailcore2",
"installRoot": "${projectDir}\\.build\\install",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "clang_cl_x64" ],
"variables": [
{
"name": "DISPATCH_INCLUDE_DIR",
"value": "C:/Library/Developer/Platforms/Windows.platform/Developer/SDKs/Windows.sdk/usr/lib/swift",
"type": "PATH"
},
{
"name": "ICU4C_UC_LIBRARY",
"value": "C:/Library/icu-64/usr/lib/icuuc64.lib",
"type": "FILEPATH"
},
{
"name": "ICU4C_IN_LIBRARY",
"value": "C:/Library/icu-64/usr/lib/icuin64.lib",
"type": "FILEPATH"
},
{
"name": "CMAKE_C_COMPILER",
"value": "clang-cl.exe",
"type": "FILEPATH"
},
{
"name": "CMAKE_CXX_COMPILER",
"value": "clang-cl.exe",
"type": "FILEPATH"
},
{
"name": "DISPATCH_LIBRARY",
"value": "C:/Library/Developer/Platforms/Windows.platform/Developer/SDKs/Windows.sdk/usr/lib/swift/windows/dispatch.lib",
"type": "FILEPATH"
},
{
"name": "DISPATCH_BLOCKS_LIBRARY",
"value": "C:/Library/Developer/Platforms/Windows.platform/Developer/SDKs/Windows.sdk/usr/lib/swift/windows/BlocksRuntime.lib",
"type": "FILEPATH"
}
],
"intelliSenseMode": "windows-clang-x64"
}
]
}