Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency managment with vcpkg #27

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ StyleCopReport.xml
*.tli
*.tlh
*.tmp
*.tmp_proj
*.tmp_projd changes done to this unstaged f
*_wpftmp.csproj
*.log
*.tlog
Expand Down Expand Up @@ -395,4 +395,11 @@ FodyWeavers.xsd
*.msp

# JetBrains Rider
*.sln.iml
*.sln.iml

Testing
install_manifest.txt
_deps
*.log
build/
vcpkg_installed/
23 changes: 5 additions & 18 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
[submodule "archipelago-client/subprojects/minhook"]
path = archipelago-client/subprojects/minhook
url = https://github.com/TsudaKageyu/minhook.git

[submodule "archipelago-client/subprojects/asio"]
path = archipelago-client/subprojects/asio
url = https://github.com/chriskohlhoff/asio.git

[submodule "archipelago-client/subprojects/wswrap"]
path = archipelago-client/subprojects/wswrap
url = https://github.com/black-sliver/wswrap.git

[submodule "archipelago-client/subprojects/websocketpp"]
path = archipelago-client/subprojects/websocketpp
url = https://github.com/zaphoyd/websocketpp.git

[submodule "archipelago-client/subprojects/apclientpp"]
path = archipelago-client/subprojects/apclientpp
[submodule "subprojects/apclientpp/apclientpp"]
path = subprojects/apclientpp/apclientpp
url = https://github.com/black-sliver/apclientpp.git
[submodule "subprojects/wswrap/wswrap"]
path = subprojects/wswrap/wswrap
url = https://github.com/black-sliver/wswrap.git
1 change: 0 additions & 1 deletion archipelago-client/dep/Readme.txt

This file was deleted.

22 changes: 0 additions & 22 deletions archipelago-client/dep/openssl/__DECC_INCLUDE_EPILOGUE.H

This file was deleted.

26 changes: 0 additions & 26 deletions archipelago-client/dep/openssl/__DECC_INCLUDE_PROLOGUE.H

This file was deleted.

92 changes: 0 additions & 92 deletions archipelago-client/dep/openssl/aes.h

This file was deleted.

Loading