andre@25: # Copyright (C) 2015 by ETH Zürich andre@27: # Software engineering by Intevation GmbH andre@1: # andre@1: # This file is Free Software under the GNU GPL (v>=2) andre@1: # and comes with ABSOLUTELY NO WARRANTY! andre@1: # See LICENSE.txt for details. andre@1: andre@1: # Minimal CVS parser code from libqxt to avoid a big andre@1: # library dependency. andre@1: set (LIBQXT_SRC andre@1: qxtcsvmodel.cpp andre@1: ) andre@1: andre@1: add_library(${PROJECT_NAME}_libqxt STATIC ${LIBQXT_SRC})