forked from Element-0/ElementZero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeSettings.json
38 lines (38 loc) · 1.05 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
{
"configurations": [
{
"name": "RelWithDebInfo",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"inheritEnvironments": [ "clang_cl_x64" ],
"buildRoot": "${projectDir}\\Build",
"installRoot": "${projectDir}\\Dist",
"cmakeCommandArgs": "",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"intelliSenseMode": "windows-msvc-x64",
"variables": [
{
"name": "CMAKE_TOOLCHAIN_FILE",
"value": "${projectDir}\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake",
"type": "STRING"
},
{
"name": "ChakraCore",
"value": "${projectDir}\\vcpkg\\installed\\elementzero\\bin\\ChakraCore.dll",
"type": "STRING"
},
{
"name": "FUNCHOOK_DLL",
"value": "${projectDir}\\vcpkg\\installed\\elementzero\\bin\\funchook.dll",
"type": "STRING"
},
{
"name": "VCPKG_TARGET_TRIPLET",
"value": "elementzero",
"type": "STRING"
}
]
}
]
}