LeOS-Genesis/external/badvpn/security/CMakeLists.txt

11 lines
235 B
CMake
Raw Normal View History

2020-10-05 13:12:00 +02: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}")