CMakeLists.linux-aarch64.txt 1.3 KB

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