CMakeLists.windows-x86_64.txt 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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(libs-pcre-pcre32)
  7. target_compile_options(libs-pcre-pcre32 PRIVATE
  8. -DHAVE_CONFIG_H
  9. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  10. )
  11. target_include_directories(libs-pcre-pcre32 PRIVATE
  12. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre
  13. )
  14. target_sources(libs-pcre-pcre32 PRIVATE
  15. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_byte_order.c
  16. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_chartables.c
  17. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_compile.c
  18. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_config.c
  19. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_dfa_exec.c
  20. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_exec.c
  21. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_fullinfo.c
  22. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_get.c
  23. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_globals.c
  24. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_jit_compile.c
  25. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_maketables.c
  26. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_newline.c
  27. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_ord2utf32.c
  28. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_refcount.c
  29. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_string_utils.c
  30. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_study.c
  31. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_tables.c
  32. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_ucd.c
  33. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_utf32_utils.c
  34. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_valid_utf32.c
  35. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_version.c
  36. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre32_xclass.c
  37. ${CMAKE_SOURCE_DIR}/contrib/libs/pcre/pcre_chartables.c
  38. )