boringssl/crypto/rc4/CMakeLists.txt

10 lines
76 B
CMake
Raw Normal View History

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