13 lines
121 B
CMake
13 lines
121 B
CMake
include_directories(. .. ../../include)
|
|
|
|
add_library(
|
|
pkcs8
|
|
|
|
OBJECT
|
|
|
|
pkcs8.c
|
|
p8_pkey.c
|
|
p5_pbe.c
|
|
p5_pbev2.c
|
|
)
|