Mercurial > trustbridge
comparison cinst/CMakeLists.txt @ 302:fac7e1b0e558
Add nss store calling function and use it in cinst
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 03 Apr 2014 14:28:23 +0200 |
parents | 809eaca3898c |
children | 2fd69803d219 |
comparison
equal
deleted
inserted
replaced
301:aec9008c3b30 | 302:fac7e1b0e558 |
---|---|
4 | 4 |
5 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../common) | 5 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../common) |
6 | 6 |
7 set(CINST_SOURCES | 7 set(CINST_SOURCES |
8 ${CMAKE_CURRENT_SOURCE_DIR}/windowsstore.c | 8 ${CMAKE_CURRENT_SOURCE_DIR}/windowsstore.c |
9 ${CMAKE_CURRENT_SOURCE_DIR}/nssstore_linux.c | |
9 ${CMAKE_CURRENT_SOURCE_DIR}/main.c | 10 ${CMAKE_CURRENT_SOURCE_DIR}/main.c |
10 ) | 11 ) |
11 add_executable(cinst ${CINST_SOURCES}) | 12 add_executable(cinst ${CINST_SOURCES}) |
12 | 13 |
13 if (WIN32) | 14 if (WIN32) |