Mercurial > trustbridge
diff 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 |
line wrap: on
line diff
--- a/cinst/CMakeLists.txt Fri Mar 28 13:33:58 2014 +0100 +++ b/cinst/CMakeLists.txt Fri Mar 28 18:37:59 2014 +0100 @@ -30,6 +30,7 @@ if(NSS_FOUND) include_directories(${NSS_INCLUDE_DIRS}) set(MOZILLA_SOURCES + ${CMAKE_CURRENT_SOURCE_DIR}/nss-secitemlist.c ${CMAKE_CURRENT_SOURCE_DIR}/mozilla.c ) add_executable(mozilla ${MOZILLA_SOURCES})