diff options
Diffstat (limited to 'png/CMakeLists.txt')
| -rw-r--r-- | png/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/png/CMakeLists.txt b/png/CMakeLists.txt index ba709e4c9..6a94c6c28 100644 --- a/png/CMakeLists.txt +++ b/png/CMakeLists.txt @@ -1,3 +1,18 @@ +# +# PNG library CMake configuration for the Fast Light Toolkit (FLTK). +# +# Copyright 1998-2020 by Bill Spitzak and others. +# +# This library is free software. Distribution and use rights are outlined in +# the file "COPYING" which should have been included with this file. If this +# file is missing or damaged, see the license at: +# +# https://www.fltk.org/COPYING.php +# +# Please report all bugs and problems on the following page: +# +# https://www.fltk.org/str.php +# # source files for png set(PNG_SRCS |
