10 lines
96 B
CMake
10 lines
96 B
CMake
|
include_directories(../../include)
|
||
|
|
||
|
add_library(
|
||
|
x509_decrepit
|
||
|
|
||
|
OBJECT
|
||
|
|
||
|
x509_decrepit.c
|
||
|
)
|