view src/libqxt/CMakeLists.txt @ 27:5bd14af5bce5

Fix copyright header in CMake files (wrong comment character)
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 05 May 2015 18:45:49 +0200
parents 64a51a42c01f
children
line wrap: on
line source
# Copyright (C) 2015 by ETH Zürich
# Software engineering by Intevation GmbH
#
# This file is Free Software under the GNU GPL (v>=2)
# and comes with ABSOLUTELY NO WARRANTY!
# See LICENSE.txt for details.

# Minimal CVS parser code from libqxt to avoid a big
# library dependency.
set (LIBQXT_SRC
   qxtcsvmodel.cpp
)

add_library(${PROJECT_NAME}_libqxt STATIC ${LIBQXT_SRC})
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)