2014-06-20 20:00:00 +01:00
|
|
|
include_directories(. .. ../../include)
|
|
|
|
|
|
|
|
add_library(
|
2015-01-29 00:37:10 +00:00
|
|
|
pkcs8
|
2014-06-20 20:00:00 +01:00
|
|
|
|
2015-01-29 00:37:10 +00:00
|
|
|
OBJECT
|
2014-06-20 20:00:00 +01:00
|
|
|
|
2015-01-29 00:37:10 +00:00
|
|
|
pkcs8.c
|
|
|
|
p8_pkey.c
|
|
|
|
p5_pbe.c
|
|
|
|
p5_pbev2.c
|
2014-06-20 20:00:00 +01:00
|
|
|
)
|
2014-08-21 22:11:39 +01:00
|
|
|
|
|
|
|
add_executable(
|
2015-01-29 00:37:10 +00:00
|
|
|
pkcs12_test
|
2014-08-21 22:11:39 +01:00
|
|
|
|
2015-01-29 00:37:10 +00:00
|
|
|
pkcs12_test.c
|
2014-08-21 22:11:39 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(pkcs12_test crypto)
|