CMakeLists.darwin-x86_64.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. get_built_tool_path(
  7. TOOL_enum_parser_bin
  8. TOOL_enum_parser_dependency
  9. tools/enum_parser/enum_parser
  10. enum_parser
  11. )
  12. add_library(library-cpp-scheme)
  13. target_link_libraries(library-cpp-scheme PUBLIC
  14. contrib-libs-cxxsupp
  15. yutil
  16. contrib-libs-protobuf
  17. library-cpp-json
  18. cpp-string_utils-relaxed_escaper
  19. tools-enum_parser-enum_serialization_runtime
  20. )
  21. target_sources(library-cpp-scheme PRIVATE
  22. ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scheme.cpp
  23. ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_private.cpp
  24. ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_protobuf.cpp
  25. ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_json_read.cpp
  26. ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_json_write.cpp
  27. )
  28. generate_enum_serilization(library-cpp-scheme
  29. ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scheme.h
  30. INCLUDE_HEADERS
  31. library/cpp/scheme/scheme.h
  32. )
  33. target_ragel_lexers(library-cpp-scheme
  34. PRIVATE
  35. ${CMAKE_SOURCE_DIR}/library/cpp/scheme/scimpl_select.rl6
  36. -CG2
  37. )