changeset 102:c879a709310d

Add static common library
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 21 Mar 2014 14:44:22 +0000
parents 7e2d08555112
children f61d94d7893e
files common/CMakeLists.txt
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/CMakeLists.txt	Fri Mar 21 14:44:22 2014 +0000
@@ -0,0 +1,8 @@
+include_directories(${POLARSSL_INCLUDE_DIR})
+
+set (m13_common_src
+   listutil.c
+   strhelp.c
+)
+
+add_library(m13_common STATIC ${m13_common_src})

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