Mercurial > trustbridge
diff 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 |
line wrap: on
line diff
--- a/cinst/CMakeLists.txt Thu Apr 03 14:26:43 2014 +0200 +++ b/cinst/CMakeLists.txt Thu Apr 03 14:28:23 2014 +0200 @@ -6,6 +6,7 @@ set(CINST_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/windowsstore.c + ${CMAKE_CURRENT_SOURCE_DIR}/nssstore_linux.c ${CMAKE_CURRENT_SOURCE_DIR}/main.c ) add_executable(cinst ${CINST_SOURCES})