CMakeLists.linux-x86_64.txt 1015 B

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_subdirectory(json)
  7. add_subdirectory(node)
  8. add_library(library-cpp-yson)
  9. target_link_libraries(library-cpp-yson PUBLIC
  10. contrib-libs-linux-headers
  11. contrib-libs-cxxsupp
  12. yutil
  13. cpp-yt-misc
  14. cpp-yt-yson
  15. )
  16. target_sources(library-cpp-yson PRIVATE
  17. ${CMAKE_SOURCE_DIR}/library/cpp/yson/consumer.cpp
  18. ${CMAKE_SOURCE_DIR}/library/cpp/yson/lexer.cpp
  19. ${CMAKE_SOURCE_DIR}/library/cpp/yson/parser.cpp
  20. ${CMAKE_SOURCE_DIR}/library/cpp/yson/token.cpp
  21. ${CMAKE_SOURCE_DIR}/library/cpp/yson/tokenizer.cpp
  22. ${CMAKE_SOURCE_DIR}/library/cpp/yson/varint.cpp
  23. ${CMAKE_SOURCE_DIR}/library/cpp/yson/writer.cpp
  24. )