Mercurial > trustbridge
comparison cinst/CMakeLists.txt @ 59:3f6378647371
Start work on cinst. Strhelp new helpers to work with C String
arrays and to have a terminating malloc / realloc
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 18 Mar 2014 10:04:30 +0000 |
parents | 00aa5fa3c2fb |
children | 8ffbb48528ae |
comparison
equal
deleted
inserted
replaced
58:ad61489ce593 | 59:3f6378647371 |
---|---|
1 set(CMAKE_AUTOMOC OFF) | 1 set(CMAKE_AUTOMOC OFF) |
2 | 2 |
3 include_directories(${POLARSSL_INCLUDE_DIR}) | 3 include_directories(${POLARSSL_INCLUDE_DIR}) |
4 include_directories(${CMAKE_SOURCE_DIR}/common) | |
4 | 5 |
5 set(CINST_SOURCES | 6 set(CINST_SOURCES |
6 ${CMAKE_SOURCE_DIR}/cinst/main.c | 7 ${CMAKE_SOURCE_DIR}/cinst/main.c |
7 ${CMAKE_SOURCE_DIR}/common/listutil.c | 8 ${CMAKE_SOURCE_DIR}/common/listutil.c |
9 ${CMAKE_SOURCE_DIR}/common/strhelp.c | |
8 ) | 10 ) |
9 | 11 |
10 set(MOZILLA_SOURCES | 12 set(MOZILLA_SOURCES |
11 ${CMAKE_SOURCE_DIR}/cinst/mozilla.c | 13 ${CMAKE_SOURCE_DIR}/cinst/mozilla.c |
12 ) | 14 ) |