Blame contrib/win_dib/CMakeLists.txt

Packit 85355f
# CMake build for libtiff
Packit 85355f
#
Packit 85355f
# Copyright © 2015 Open Microscopy Environment / University of Dundee
Packit 85355f
# Written by Roger Leigh <rleigh@codelibre.net>
Packit 85355f
#
Packit 85355f
# Permission to use, copy, modify, distribute, and sell this software and
Packit 85355f
# its documentation for any purpose is hereby granted without fee, provided
Packit 85355f
# that (i) the above copyright notices and this permission notice appear in
Packit 85355f
# all copies of the software and related documentation, and (ii) the names of
Packit 85355f
# Sam Leffler and Silicon Graphics may not be used in any advertising or
Packit 85355f
# publicity relating to the software without the specific, prior written
Packit 85355f
# permission of Sam Leffler and Silicon Graphics.
Packit 85355f
#
Packit 85355f
# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
Packit 85355f
# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
Packit 85355f
# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
Packit 85355f
#
Packit 85355f
# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
Packit 85355f
# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
Packit 85355f
# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
Packit 85355f
# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
Packit 85355f
# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
Packit 85355f
# OF THIS SOFTWARE.
Packit 85355f
Packit 85355f
extra_dist(
Packit 85355f
  Makefile.w95
Packit 85355f
  README.Tiffile
Packit 85355f
  README.tiff2dib
Packit 85355f
  Tiffile.cpp
Packit 85355f
  tiff2dib.c)