view common/CMakeLists.txt @ 330:1e6d1eab8395

Fix NSS unit test for Windows and change how instructions are written This was supposed to fix the block on error. But it did not.
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 08 Apr 2014 15:08:57 +0000
parents 824ef90a6721
children 35d6b371ba63
line wrap: on
line source
set (m13_common_src
   certhelp.c
   listutil.c
   logging.c
   portpath.c
   strhelp.c
   util.c
)

add_library(m13_common STATIC ${m13_common_src})

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