CMakeLists.windows-x86_64.txt 1.3 KB

12345678910111213141516171819202122232425262728
  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-libc_compat)
  7. target_compile_options(contrib-libs-libc_compat PRIVATE
  8. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  9. )
  10. target_include_directories(contrib-libs-libc_compat PUBLIC
  11. ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/include/windows
  12. ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/reallocarray
  13. )
  14. target_sources(contrib-libs-libc_compat PRIVATE
  15. ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/memrchr.c
  16. ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/explicit_bzero.c
  17. ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/stpcpy.c
  18. ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/strlcat.c
  19. ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/strlcpy.c
  20. ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/strcasestr.c
  21. ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/strsep.c
  22. ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/src/windows/sys/uio.c
  23. ${CMAKE_SOURCE_DIR}/contrib/libs/libc_compat/reallocarray/reallocarray.c
  24. )