boringssl/crypto/lhash/CMakeLists.txt

10 lines
80 B
CMake
Raw Normal View History

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