boringssl/crypto/buf/CMakeLists.txt

10 lines
81 B
CMake
Raw Normal View History

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