view cinst/CMakeLists.txt @ 30:381558ff6f26

Also break the signature with carriage return
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 13 Mar 2014 17:26:33 +0000
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/