-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Switch to the latest cpp-sc2 and adjust build routine
Signed-off-by: Alexander Kurbatov <[email protected]>
- Loading branch information
1 parent
23680d6
commit 08a295d
Showing
3 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cpp-sc2
updated
25 files
+9 −0 | .github/workflows/publish_docs.yml | |
+4 −0 | .gitignore | |
+0 −3 | .gitmodules | |
+37 −1 | CHANGELOG.md | |
+11 −48 | CMakeLists.txt | |
+1 −1 | CODE_OF_CONDUCT.md | |
+3 −3 | README.md | |
+1 −1 | contrib/civetweb | |
+0 −1 | contrib/ipv6-parse | |
+4 −13 | examples/CMakeLists.txt | |
+0 −187 | include/sc2api/typeids/sc2_4.10.0_typeenums.h | |
+0 −187 | include/sc2api/typeids/sc2_4.10.4_typeenums.h | |
+3,716 −0 | include/sc2api/typeids/sc2_5.0.10_typeenums.h | |
+0 −199 | include/sc2api/typeids/sc2_5.0.5_typeenums.h | |
+1 −1 | protocol | |
+15 −112 | src/CMakeLists.txt | |
+34 −0 | src/sc2api/CMakeLists.txt | |
+0 −187 | src/sc2api/typeids/sc2_4.10.0_typeenums.cpp | |
+0 −187 | src/sc2api/typeids/sc2_4.10.4_typeenums.cpp | |
+3,699 −0 | src/sc2api/typeids/sc2_5.0.10_typeenums.cpp | |
+0 −199 | src/sc2api/typeids/sc2_5.0.5_typeenums.cpp | |
+11 −0 | src/sc2lib/CMakeLists.txt | |
+40 −0 | src/sc2protocol/CMakeLists.txt | |
+16 −0 | src/sc2renderer/CMakeLists.txt | |
+15 −0 | src/sc2utils/CMakeLists.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters