Initial commit : separated from ca-certificate package for easy modification by produ...
[platform/core/security/ca-certificates-ext.git] / CMakeLists.txt
1 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
2
3 INSTALL(DIRECTORY
4         certs_add
5         certs_del
6         DESTINATION
7         ${CERTS_EXT_DIR}
8 )
9
10 CONFIGURE_FILE(packaging/ca-certificates-ext.manifest.in ca-certificates-ext.manifest @ONLY)