10 lines
96 B
CMake
Raw Normal View History

include_directories(../../include)
add_library(
x509_decrepit
OBJECT
x509_decrepit.c
)