boringssl/crypto/des/CMakeLists.txt

10 lines
76 B
CMake
Raw Normal View History

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