CMakeLists.windows-x86_64.txt 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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-poco-Util)
  7. target_compile_options(libs-poco-Util PRIVATE
  8. -DPOCO_ENABLE_CPP11
  9. -DPOCO_ENABLE_CPP14
  10. -DPOCO_NO_AUTOMATIC_LIBS
  11. -DPOCO_UNBUNDLED
  12. -DPOCO_OS_FAMILY_WINDOWS
  13. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  14. )
  15. target_include_directories(libs-poco-Util PUBLIC
  16. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/include
  17. )
  18. target_include_directories(libs-poco-Util PRIVATE
  19. ${CMAKE_SOURCE_DIR}/contrib/libs/expat
  20. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Foundation/include
  21. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/JSON/include
  22. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src
  23. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/XML/include
  24. )
  25. target_link_libraries(libs-poco-Util PUBLIC
  26. contrib-libs-cxxsupp
  27. contrib-libs-expat
  28. libs-poco-Foundation
  29. libs-poco-JSON
  30. libs-poco-XML
  31. )
  32. target_sources(libs-poco-Util PRIVATE
  33. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/AbstractConfiguration.cpp
  34. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Application.cpp
  35. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ConfigurationMapper.cpp
  36. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ConfigurationView.cpp
  37. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/FilesystemConfiguration.cpp
  38. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/HelpFormatter.cpp
  39. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/IniFileConfiguration.cpp
  40. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/IntValidator.cpp
  41. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/JSONConfiguration.cpp
  42. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LayeredConfiguration.cpp
  43. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LoggingConfigurator.cpp
  44. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/LoggingSubsystem.cpp
  45. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/MapConfiguration.cpp
  46. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Option.cpp
  47. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionCallback.cpp
  48. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionException.cpp
  49. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionProcessor.cpp
  50. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/OptionSet.cpp
  51. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/PropertyFileConfiguration.cpp
  52. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/RegExpValidator.cpp
  53. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/ServerApplication.cpp
  54. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Subsystem.cpp
  55. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/SystemConfiguration.cpp
  56. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Timer.cpp
  57. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/TimerTask.cpp
  58. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/Validator.cpp
  59. ${CMAKE_SOURCE_DIR}/contrib/libs/poco/Util/src/XMLConfiguration.cpp
  60. )