view common/CMakeLists.txt @ 104:2a031ac963b0

Check for qt before including UI
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 21 Mar 2014 14:54:17 +0000
parents c879a709310d
children faf96d9a1010
line wrap: on
line source
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/