view common/CMakeLists.txt @ 252:bd7fb50078b4

Add logging.h for some logging / debug functions The stuff from debug.h is now in logging.h
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 01 Apr 2014 10:49:40 +0000
parents 306e4db11761
children e7a8b70021b6
line wrap: on
line source
set (m13_common_src
   listutil.c
   strhelp.c
   portpath.c
   logging.c
)

add_library(m13_common STATIC ${m13_common_src})

http://wald.intevation.org/projects/trustbridge/