Mercurial > trustbridge
comparison cinst/CMakeLists.txt @ 37:00aa5fa3c2fb
Build System maintainance. Correct integration of Polarssl.
Make profiling an option, fix static_check target
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 14 Mar 2014 09:01:19 +0000 |
parents | 92108a2120f1 |
children | 3f6378647371 |
comparison
equal
deleted
inserted
replaced
36:81183b721b51 | 37:00aa5fa3c2fb |
---|---|
1 set(CMAKE_AUTOMOC OFF) | 1 set(CMAKE_AUTOMOC OFF) |
2 | |
3 include_directories(${POLARSSL_INCLUDE_DIR}) | |
2 | 4 |
3 set(CINST_SOURCES | 5 set(CINST_SOURCES |
4 ${CMAKE_SOURCE_DIR}/cinst/main.c | 6 ${CMAKE_SOURCE_DIR}/cinst/main.c |
5 ${CMAKE_SOURCE_DIR}/common/listutil.c | 7 ${CMAKE_SOURCE_DIR}/common/listutil.c |
6 ) | 8 ) |
7 | 9 |
10 set(MOZILLA_SOURCES | |
11 ${CMAKE_SOURCE_DIR}/cinst/mozilla.c | |
12 ) | |
13 | |
8 add_executable(cinst ${CINST_SOURCES}) | 14 add_executable(cinst ${CINST_SOURCES}) |
15 | |
16 target_link_libraries(cinst | |
17 ${PROFILING_LIBS} | |
18 ${POLARSSL_LIBRARIES}) |