-vcpkg is a submodule: useful to have versioning control of the dependencies; -use run-cmake action for building both linux and windows; -use vcpkg response file installing dependencies; same is to be used on CI and locally by devs;

This commit is contained in:
luca
2020-03-05 07:51:26 +01:00
committed by Magne Sjaastad
parent dde5d09791
commit d2e51bdb9b
5 changed files with 37 additions and 26 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "vcpkg"]
path = vcpkg
url = https://github.com/microsoft/vcpkg