CMakeLists.windows-x86_64.txt 956 B

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