From 395c7eb757ebb732794ca23b3cf1d95824fbfa95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20L=C3=B3pez=20Brante?= Date: Wed, 28 Oct 2020 16:23:23 -0300 Subject: [PATCH] Update build.ps1 --- build.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.ps1 b/build.ps1 index eabe72a1..720a0a53 100644 --- a/build.ps1 +++ b/build.ps1 @@ -97,6 +97,12 @@ function Init $_.ClCompile.AppendChild($includes) } $proj.Save("dependencies\foobar\foobar2000\ATLHelpers\foobar2000_ATL_helpers.vcxproj") + + cd dependencies\jansson\ + mkdir build + cd build + cmake .. -DJANSSON_BUILD_SHARED_LIBS=ON -DJANSSON_EXAMPLES=OFF -DJANSSON_BUILD_DOCS=OFF -G "Visual Studio 15 2017" -T "v141_xp" + cd ..\..\.. } function Package