CMakeLists.darwin-x86_64.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233
  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-sdkutils)
  7. target_compile_options(restricted-aws-aws-c-sdkutils PRIVATE
  8. -DAWS_COMMON_USE_IMPORT_EXPORT
  9. -DAWS_SDKUTILS_USE_IMPORT_EXPORT
  10. -DHAVE_SYSCONF
  11. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  12. )
  13. target_include_directories(restricted-aws-aws-c-sdkutils PUBLIC
  14. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/include
  15. )
  16. target_link_libraries(restricted-aws-aws-c-sdkutils PUBLIC
  17. restricted-aws-aws-c-common
  18. )
  19. target_sources(restricted-aws-aws-c-sdkutils PRIVATE
  20. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/aws_profile.c
  21. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_rule_engine.c
  22. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_ruleset.c
  23. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_standard_lib.c
  24. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_types_impl.c
  25. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/endpoints_util.c
  26. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/partitions.c
  27. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/resource_name.c
  28. ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-sdkutils/source/sdkutils.c
  29. )