mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 06:00:30 -06:00
9 lines
105 B
C++
9 lines
105 B
C++
#include <google/protobuf/stubs/common.h>
|
|
|
|
int main()
|
|
{
|
|
GOOGLE_PROTOBUF_VERIFY_VERSION;
|
|
|
|
return 0;
|
|
}
|