Mercurial > trustbridge
comparison cinst/CMakeLists.txt @ 242:809eaca3898c
Added helper functions to handle lists of NSS SECItems.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Fri, 28 Mar 2014 18:37:59 +0100 |
parents | 689b94dd89a9 |
children | fac7e1b0e558 |
comparison
equal
deleted
inserted
replaced
241:74d6e33c7d38 | 242:809eaca3898c |
---|---|
28 find_package(NSS) | 28 find_package(NSS) |
29 | 29 |
30 if(NSS_FOUND) | 30 if(NSS_FOUND) |
31 include_directories(${NSS_INCLUDE_DIRS}) | 31 include_directories(${NSS_INCLUDE_DIRS}) |
32 set(MOZILLA_SOURCES | 32 set(MOZILLA_SOURCES |
33 ${CMAKE_CURRENT_SOURCE_DIR}/nss-secitemlist.c | |
33 ${CMAKE_CURRENT_SOURCE_DIR}/mozilla.c | 34 ${CMAKE_CURRENT_SOURCE_DIR}/mozilla.c |
34 ) | 35 ) |
35 add_executable(mozilla ${MOZILLA_SOURCES}) | 36 add_executable(mozilla ${MOZILLA_SOURCES}) |
36 target_link_libraries(mozilla | 37 target_link_libraries(mozilla |
37 m13_common | 38 m13_common |