Skip to content

Commit

Permalink
Add yaml-cpp submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 committed Jul 7, 2024
1 parent c89a64c commit 1cae7d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
# curl -fLJO http://www.dev-c.com/files/$ScriptHookZip
curl -fLJO https://github.com/illusion0001/ScriptHook-Mirrors/releases/download/mirrors/$ScriptHookZip
7z x $ScriptHookZip -aos
- name: Setup yaml-cpp
working-directory: external/yaml-cpp
run: |
cmake -G "Visual Studio 17 2022" -DYAML_BUILD_SHARED_LIBS=OFF -B build -S .
msbuild /m /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:Platform=x64 .\build\YAML_CPP.sln
- name: Build x64
run: msbuild /m /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:Platform=x64 -maxcpucount:1 Windows-Game-Patches-x64.sln
- name: Build Win32
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "external/inipp"]
path = external/inipp
url = https://github.com/mcmtroffaes/inipp.git
[submodule "external/yaml-cpp"]
path = external/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
1 change: 1 addition & 0 deletions external/yaml-cpp
Submodule yaml-cpp added at 1d8ca1

0 comments on commit 1cae7d0

Please sign in to comment.