boringssl/crypto/buf/CMakeLists.txt

11 lines
95 B
CMake
Raw Normal View History

include_directories(. .. ../../include)
add_library(
buf
OBJECT
buf.c
buf_error.c
)