|
7 | 7 | "inheritEnvironments": [ "msvc_x64_x64" ],
|
8 | 8 | "buildRoot": "${projectDir}\\out\\build\\${name}",
|
9 | 9 | "installRoot": "${projectDir}\\out\\install\\${name}",
|
10 |
| - "cmakeCommandArgs": "", |
| 10 | + "cmakeCommandArgs": "-DDPP_USE_PCH=on", |
11 | 11 | "buildCommandArgs": "",
|
12 | 12 | "ctestCommandArgs": ""
|
13 | 13 | },
|
|
18 | 18 | "inheritEnvironments": [ "msvc_x64_x64" ],
|
19 | 19 | "buildRoot": "${projectDir}\\out\\build\\${name}",
|
20 | 20 | "installRoot": "${projectDir}\\out\\install\\${name}",
|
21 |
| - "cmakeCommandArgs": "", |
| 21 | + "cmakeCommandArgs": "-DDPP_USE_PCH=on", |
22 | 22 | "buildCommandArgs": "",
|
23 | 23 | "ctestCommandArgs": ""
|
24 | 24 | },
|
|
29 | 29 | "inheritEnvironments": [ "msvc_x64_x64" ],
|
30 | 30 | "buildRoot": "${projectDir}\\out\\build\\${name}",
|
31 | 31 | "installRoot": "${projectDir}\\out\\install\\${name}",
|
32 |
| - "cmakeCommandArgs": "-DDPP_CORO=on", |
| 32 | + "cmakeCommandArgs": "-DDPP_USE_PCH=on -DDPP_CORO=on", |
33 | 33 | "buildCommandArgs": "",
|
34 | 34 | "ctestCommandArgs": ""
|
35 | 35 | },
|
|
40 | 40 | "inheritEnvironments": [ "msvc_x64_x64" ],
|
41 | 41 | "buildRoot": "${projectDir}\\out\\build\\${name}",
|
42 | 42 | "installRoot": "${projectDir}\\out\\install\\${name}",
|
43 |
| - "cmakeCommandArgs": "-DDPP_CORO=on", |
| 43 | + "cmakeCommandArgs": "-DDPP_USE_PCH=on -DDPP_CORO=on", |
44 | 44 | "buildCommandArgs": "",
|
45 | 45 | "ctestCommandArgs": ""
|
46 | 46 | }
|
|
0 commit comments