Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
AUTHORS.md | H A D | 25-Apr-2025 | 819 | 45 | 42 | |
PNGConfig.cmake | H A D | 25-Apr-2025 | 455 | 16 | 12 | |
README.md | H A D | 25-Apr-2025 | 1.3 KiB | 37 | 28 | |
genchk.cmake.in | H A D | 25-Apr-2025 | 1.6 KiB | 43 | 37 | |
genout.cmake.in | H A D | 25-Apr-2025 | 3.4 KiB | 103 | 89 | |
gensrc.cmake.in | H A D | 25-Apr-2025 | 5.1 KiB | 145 | 117 | |
test.cmake.in | H A D | 25-Apr-2025 | 1.1 KiB | 35 | 29 |
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