CMakeLists.linux-x86_64.txt 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # This file was generated by the build system used internally in the Yandex monorepo.
  2. # Only simple modifications are allowed (adding source-files to targets, adding simple properties
  3. # like target_include_directories). These modifications will be ported to original
  4. # ya.make files by maintainers. Any complex modifications which can't be ported back to the
  5. # original buildsystem will not be accepted.
  6. add_library(restricted-aws-aws-c-cal)
  7. target_compile_options(restricted-aws-aws-c-cal PRIVATE
  8. -DAWS_CAL_USE_IMPORT_EXPORT
  9. -DAWS_COMMON_USE_IMPORT_EXPORT
  10. -DHAVE_SYSCONF
  11. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  12. )
  13. target_include_directories(restricted-aws-aws-c-cal PUBLIC
  14. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/include
  15. )
  16. target_link_libraries(restricted-aws-aws-c-cal PUBLIC
  17. contrib-libs-linux-headers
  18. contrib-libs-openssl
  19. restricted-aws-aws-c-common
  20. )
  21. target_sources(restricted-aws-aws-c-cal PRIVATE
  22. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/cal.c
  23. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/der.c
  24. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/ecc.c
  25. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/hash.c
  26. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/hmac.c
  27. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/symmetric_cipher.c
  28. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/openssl_aes.c
  29. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/openssl_platform_init.c
  30. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/opensslcrypto_ecc.c
  31. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/opensslcrypto_hash.c
  32. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-cal/source/unix/opensslcrypto_hmac.c
  33. )