view cinst/CMakeLists.txt @ 32:d8e93fa1fc93

Downloader logic
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 12 Mar 2014 21:26:07 +0100
parents 92108a2120f1
children 00aa5fa3c2fb
line wrap: on
line source
set(CMAKE_AUTOMOC OFF)

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

add_executable(cinst ${CINST_SOURCES})

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