10 lines
92 B
CMake
10 lines
92 B
CMake
|
include_directories(../../include)
|
||
|
|
||
|
add_library(
|
||
|
biossl_decrepit
|
||
|
|
||
|
OBJECT
|
||
|
|
||
|
bio_ssl.c
|
||
|
)
|