10 lines
92 B
CMake
Raw Normal View History

include_directories(../../include)
add_library(
bio_decrepit
OBJECT
base64_bio.c
)