CMakeLists.darwin-x86_64.txt 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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_rescompiler_bin
  8. TOOL_rescompiler_dependency
  9. tools/rescompiler/bin
  10. rescompiler
  11. )
  12. add_library(certs INTERFACE)
  13. target_link_libraries(certs INTERFACE
  14. contrib-libs-cxxsupp
  15. yutil
  16. library-cpp-resource
  17. )
  18. add_global_library_for(certs.global certs)
  19. target_link_libraries(certs.global PUBLIC
  20. contrib-libs-cxxsupp
  21. yutil
  22. library-cpp-resource
  23. )
  24. target_sources(certs.global PRIVATE
  25. ${CMAKE_BINARY_DIR}/certs/b03c08f91a00a60ac9d7daef45f3075a.cpp
  26. )
  27. resources(certs.global
  28. ${CMAKE_BINARY_DIR}/certs/b03c08f91a00a60ac9d7daef45f3075a.cpp
  29. INPUTS
  30. ${CMAKE_SOURCE_DIR}/certs/cacert.pem
  31. KEYS
  32. /builtin/cacert
  33. )