mirror of https://github.com/CGAL/cgal
Added 'version=' again and added a function call for linking
This commit is contained in:
parent
53f6b9ccee
commit
9f5b8f904c
|
|
@ -33,6 +33,9 @@
|
|||
|
||||
int main()
|
||||
{
|
||||
std::cout << ZLIB_VERSION << std::endl;
|
||||
gzFile *ptr;
|
||||
gzwrite(ptr->fd, (void*)0, 0);
|
||||
|
||||
std::cout << "version=" << ZLIB_VERSION << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue