comparison 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
comparison
equal deleted inserted replaced
251:c596568fa45b 252:bd7fb50078b4
1 set (m13_common_src 1 set (m13_common_src
2 listutil.c 2 listutil.c
3 strhelp.c 3 strhelp.c
4 portpath.c 4 portpath.c
5 logging.c
5 ) 6 )
6 7
7 add_library(m13_common STATIC ${m13_common_src}) 8 add_library(m13_common STATIC ${m13_common_src})

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