boringssl/crypto/md4/CMakeLists.txt

10 lines
76 B
CMake
Raw Normal View History

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