CMakeLists.txt 235 B

12345678910
  1. set(SECURITY_SOURCES
  2. BSecurity.c
  3. BEncryption.c
  4. BHash.c
  5. BRandom.c
  6. OTPCalculator.c
  7. OTPChecker.c
  8. OTPGenerator.c
  9. )
  10. badvpn_add_library(security "system;threadwork" "${LIBCRYPTO_LIBRARIES}" "${SECURITY_SOURCES}")