mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-07-27 09:37:19 +02:00

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>
6 lines
71 B
C++
6 lines
71 B
C++
#include <zlib.h>
|
|
|
|
int main() {
|
|
zlibVersion();
|
|
return 0;
|
|
} |