cmake HAVE_APNG examples

HappySeaFox/sail src/sail-codecs/png/CMakeLists.txt :21

check_c_source_compiles(
        "
        #include <stdio.h>
        #include <png.h>

        int main(int argc, char *argv[]) {
            png_get_first_frame_is_hidden(NULL, NULL);
            return 0;
        }
    "
    HAVE_APNG
    )