diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2020-07-08 15:08:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-08 15:08:17 -0700 |
| commit | fd4a08806fd88299814aac886e57708ade1d7398 (patch) | |
| tree | 8c1a013d8055bc4b80c67dbd63f0a7ba59be71ed /scripts/testing/integrate-install/Source.cpp | |
| parent | 82797496cabc0ca34a36cbb70156924c491e6204 (diff) | |
| download | vcpkg-fd4a08806fd88299814aac886e57708ade1d7398.tar.gz vcpkg-fd4a08806fd88299814aac886e57708ade1d7398.zip | |
[vcpkg] Fix MSBuild regressions #12062 and #12086. (#12257)
This PR also renames the VcpkgUserTriplet MSBuild variable to VcpkgTriplet to minimize user confusion compared to previous practice and documentation.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'scripts/testing/integrate-install/Source.cpp')
| -rw-r--r-- | scripts/testing/integrate-install/Source.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/testing/integrate-install/Source.cpp b/scripts/testing/integrate-install/Source.cpp new file mode 100644 index 000000000..24a84e4d7 --- /dev/null +++ b/scripts/testing/integrate-install/Source.cpp @@ -0,0 +1,6 @@ +#include <zlib.h>
+
+int main() {
+ zlibVersion();
+ return 0;
+}
\ No newline at end of file |
