11 lines
97 B
CMake
11 lines
97 B
CMake
|
include_directories(../../include)
|
||
|
|
||
|
add_library(
|
||
|
bn_extra
|
||
|
|
||
|
OBJECT
|
||
|
|
||
|
bn_asn1.c
|
||
|
convert.c
|
||
|
)
|