summaryrefslogtreecommitdiffstats
path: root/Tests/FindPackageModeMakefileTest/main.cpp
blob: b78542700fb70ac675eb073cee4574416b2df3dd (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>
#include <png.h>

int main()
{
 printf("PNG copyright: %s\n", png_get_copyright(NULL));
 return 0;
}