Skip to content

Commit 1da01bf

Browse files
authored
fix, chore, perf, style, feat, improv, refactor, test, docs: update dispatcher.h/.cpp (#899)
1 parent 87ec1a1 commit 1da01bf

File tree

5 files changed

+819
-834
lines changed

5 files changed

+819
-834
lines changed

CMakeSettings.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"inheritEnvironments": [ "msvc_x64_x64" ],
88
"buildRoot": "${projectDir}\\out\\build\\${name}",
99
"installRoot": "${projectDir}\\out\\install\\${name}",
10-
"cmakeCommandArgs": "",
10+
"cmakeCommandArgs": "-DDPP_USE_PCH=on",
1111
"buildCommandArgs": "",
1212
"ctestCommandArgs": ""
1313
},
@@ -18,7 +18,7 @@
1818
"inheritEnvironments": [ "msvc_x64_x64" ],
1919
"buildRoot": "${projectDir}\\out\\build\\${name}",
2020
"installRoot": "${projectDir}\\out\\install\\${name}",
21-
"cmakeCommandArgs": "",
21+
"cmakeCommandArgs": "-DDPP_USE_PCH=on",
2222
"buildCommandArgs": "",
2323
"ctestCommandArgs": ""
2424
},
@@ -29,7 +29,7 @@
2929
"inheritEnvironments": [ "msvc_x64_x64" ],
3030
"buildRoot": "${projectDir}\\out\\build\\${name}",
3131
"installRoot": "${projectDir}\\out\\install\\${name}",
32-
"cmakeCommandArgs": "-DDPP_CORO=on",
32+
"cmakeCommandArgs": "-DDPP_USE_PCH=on -DDPP_CORO=on",
3333
"buildCommandArgs": "",
3434
"ctestCommandArgs": ""
3535
},
@@ -40,7 +40,7 @@
4040
"inheritEnvironments": [ "msvc_x64_x64" ],
4141
"buildRoot": "${projectDir}\\out\\build\\${name}",
4242
"installRoot": "${projectDir}\\out\\install\\${name}",
43-
"cmakeCommandArgs": "-DDPP_CORO=on",
43+
"cmakeCommandArgs": "-DDPP_USE_PCH=on -DDPP_CORO=on",
4444
"buildCommandArgs": "",
4545
"ctestCommandArgs": ""
4646
}

0 commit comments

Comments
 (0)