CMakeLists.windows-x86_64.txt 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  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_subdirectory(pages)
  7. add_library(cpp-monlib-service)
  8. target_link_libraries(cpp-monlib-service PUBLIC
  9. contrib-libs-cxxsupp
  10. yutil
  11. cpp-string_utils-base64
  12. contrib-libs-protobuf
  13. cpp-coroutine-engine
  14. cpp-coroutine-listener
  15. cpp-http-fetch
  16. cpp-http-server
  17. cpp-http-io
  18. library-cpp-logger
  19. cpp-malloc-api
  20. library-cpp-svnversion
  21. library-cpp-uri
  22. library-cpp-cgiparam
  23. )
  24. target_sources(cpp-monlib-service PRIVATE
  25. ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/monservice.cpp
  26. ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/mon_service_http_request.cpp
  27. ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/service.cpp
  28. ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/format.cpp
  29. ${CMAKE_SOURCE_DIR}/library/cpp/monlib/service/auth.cpp
  30. )