Skip to content

Commit

Permalink
fix, chore, perf, style, feat, improv, refactor, test, docs: update d…
Browse files Browse the repository at this point in the history
…ispatcher.h/.cpp
  • Loading branch information
Mishura4 committed Sep 28, 2023
1 parent 6940529 commit 9cf0720
Show file tree
Hide file tree
Showing 5 changed files with 806 additions and 823 deletions.
8 changes: 4 additions & 4 deletions CMakeSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"cmakeCommandArgs": "-DDPP_USE_PCH=on",
"buildCommandArgs": "",
"ctestCommandArgs": ""
},
Expand All @@ -18,7 +18,7 @@
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"cmakeCommandArgs": "-DDPP_USE_PCH=on",
"buildCommandArgs": "",
"ctestCommandArgs": ""
},
Expand All @@ -29,7 +29,7 @@
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "-DDPP_CORO=on",
"cmakeCommandArgs": "-DDPP_USE_PCH=on -DDPP_CORO=on",
"buildCommandArgs": "",
"ctestCommandArgs": ""
},
Expand All @@ -40,7 +40,7 @@
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "-DDPP_CORO=on",
"cmakeCommandArgs": "-DDPP_USE_PCH=on -DDPP_CORO=on",
"buildCommandArgs": "",
"ctestCommandArgs": ""
}
Expand Down
Loading

0 comments on commit 9cf0720

Please sign in to comment.