view src/protobuf-test.cpp @ 2865:5ebec6b3a79c

Build shared library for zlib by converting static library.
author John W. Eaton <jwe@octave.org>
date Fri, 16 Nov 2012 14:43:56 -0500
parents a69eb5b6d9a5
children
line wrap: on
line source

#include <google/protobuf/stubs/common.h>

int
main()
{
    GOOGLE_PROTOBUF_VERIFY_VERSION;
    google::protobuf::ShutdownProtobufLibrary();
    return 0;
}