CMakeLists.linux-aarch64.txt 1.6 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_library(cpp-getopt-small)
  7. target_link_libraries(cpp-getopt-small PUBLIC
  8. contrib-libs-linux-headers
  9. contrib-libs-cxxsupp
  10. yutil
  11. library-cpp-colorizer
  12. )
  13. target_sources(cpp-getopt-small PRIVATE
  14. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer.cpp
  15. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completer_command.cpp
  16. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/completion_generator.cpp
  17. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/formatted_output.cpp
  18. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt.cpp
  19. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_easy_setup.cpp
  20. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opt.cpp
  21. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_opts.cpp
  22. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parser.cpp
  23. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/last_getopt_parse_result.cpp
  24. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/modchooser.cpp
  25. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt.cpp
  26. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/opt2.cpp
  27. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/posix_getopt.cpp
  28. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/wrap.cpp
  29. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/small/ygetopt.cpp
  30. )