view cinst/CMakeLists.txt @ 46:d28e2624c1d5

Reset connection before the next request. This makes the downloader work for the first simple test.
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 17 Mar 2014 10:51:47 +0000
parents 00aa5fa3c2fb
children 3f6378647371
line wrap: on
line source
set(CMAKE_AUTOMOC OFF)

include_directories(${POLARSSL_INCLUDE_DIR})

set(CINST_SOURCES
    ${CMAKE_SOURCE_DIR}/cinst/main.c
    ${CMAKE_SOURCE_DIR}/common/listutil.c
)

set(MOZILLA_SOURCES
    ${CMAKE_SOURCE_DIR}/cinst/mozilla.c
)

add_executable(cinst ${CINST_SOURCES})

target_link_libraries(cinst
   ${PROFILING_LIBS}
   ${POLARSSL_LIBRARIES})

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