Name Date Size #Lines LOC

..--

AUTHORS.mdH A D25-Apr-2025819 4542

PNGConfig.cmakeH A D25-Apr-2025455 1612

README.mdH A D25-Apr-20251.3 KiB3728

genchk.cmake.inH A D25-Apr-20251.6 KiB4337

genout.cmake.inH A D25-Apr-20253.4 KiB10389

gensrc.cmake.inH A D25-Apr-20255.1 KiB145117

test.cmake.inH A D25-Apr-20251.1 KiB3529

README.md

1CMake Files, Lists and Scripts for the PNG Reference Library
2============================================================
3
4Copyright Notice
5----------------
6
7 * Copyright (c) 2018-2024 Cosmin Truta.
8 * Copyright (c) 2007-2018 Glenn Randers-Pehrson.
9 * Originally written by Christian Ehrlicher, 2007.
10
11Use, modification and distribution of the CMake
12files in the libpng distribution are subject to
13the same licensing terms and conditions as libpng.
14Please see the copyright notice in `png.h` or visit
15http://libpng.org/pub/png/src/libpng-LICENSE.txt
16
17File List
18---------
19
20    CMakeLists.txt                 ==>  The main CMake lists file
21    scripts/cmake/AUTHORS.md       ==>  The Authors file
22    scripts/cmake/README.md        ==>  This file
23    scripts/cmake/PNGConfig.cmake  ==>  Config file for FindPNG
24    scripts/cmake/genchk.cmake.in  ==>  Template for genchk.cmake
25    scripts/cmake/genout.cmake.in  ==>  Template for genout.cmake
26    scripts/cmake/gensrc.cmake.in  ==>  Template for gensrc.cmake
27    scripts/cmake/test.cmake.in    ==>  Template for test.cmake
28
29Acknowledgements
30----------------
31
32See the accompanying file `scripts/cmake/AUTHORS.md`
33for the list of Contributing Authors.
34
35If you are a Contributing Author, please make sure
36that you are being acknowledged.
37