Mercurial > trustbridge
view common/CMakeLists.txt @ 320:1628615d904e
Replaced snprintf and static buffers with xasprintf.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Fri, 04 Apr 2014 18:00:40 +0200 |
parents | e7a8b70021b6 |
children | 824ef90a6721 |
line wrap: on
line source
set (m13_common_src certhelp.c listutil.c logging.c portpath.c strhelp.c ) add_library(m13_common STATIC ${m13_common_src})