mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 11:02:03 +08:00
fd4a08806f
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;
|
|
} |