tor-android/external/badvpn_dns/security/CMakeLists.txt

11 lines
235 B
CMake
Raw Normal View History

2015-01-25 11:08:34 +00:00
set(SECURITY_SOURCES
BSecurity.c
BEncryption.c
BHash.c
BRandom.c
OTPCalculator.c
OTPChecker.c
OTPGenerator.c
)
badvpn_add_library(security "system;threadwork" "${LIBCRYPTO_LIBRARIES}" "${SECURITY_SOURCES}")