Codebase list libgeotiff / upstream/1.4.2 libxtiff / CMakeLists.txt
upstream/1.4.2

Tree @upstream/1.4.2 (Download .tar.gz)

CMakeLists.txt @upstream/1.4.2raw · history · blame

1
2
3
4
5
6
7
8
9
###############################################################################
#
# CMake configuration file to build libxtiff library
#
# Author: Mateusz Loskot <mateusz@loskot.net>
#
###############################################################################

ADD_LIBRARY(xtiff STATIC xtiff.c)