CMakeLists.linux-x86_64.txt 1014 B

1234567891011121314151617181920212223242526272829303132
  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(small)
  7. add_library(library-cpp-getopt INTERFACE)
  8. target_link_libraries(library-cpp-getopt INTERFACE
  9. contrib-libs-linux-headers
  10. contrib-libs-cxxsupp
  11. yutil
  12. cpp-getopt-small
  13. library-cpp-svnversion
  14. library-cpp-build_info
  15. )
  16. add_global_library_for(library-cpp-getopt.global library-cpp-getopt)
  17. target_link_libraries(library-cpp-getopt.global PUBLIC
  18. contrib-libs-linux-headers
  19. contrib-libs-cxxsupp
  20. yutil
  21. cpp-getopt-small
  22. library-cpp-svnversion
  23. library-cpp-build_info
  24. )
  25. target_sources(library-cpp-getopt.global PRIVATE
  26. ${CMAKE_SOURCE_DIR}/library/cpp/getopt/print.cpp
  27. )