CMakeLists.darwin-x86_64.txt 1.2 KB

123456789101112131415161718192021222324252627
  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(contrib-libs-t1ha)
  7. target_compile_options(contrib-libs-t1ha PRIVATE
  8. -maes
  9. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  10. )
  11. target_sources(contrib-libs-t1ha PRIVATE
  12. ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0.c
  13. ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_avx.c
  14. ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_avx2.c
  15. ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_ia32aes_noavx.c
  16. ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha0_selfcheck.c
  17. ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha1.c
  18. ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha1_selfcheck.c
  19. ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha2.c
  20. ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha2_selfcheck.c
  21. ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha_selfcheck.c
  22. ${CMAKE_SOURCE_DIR}/contrib/libs/t1ha/src/t1ha_selfcheck_all.c
  23. )