CMakeLists.linux-x86_64.txt 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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-linux-headers
  15. contrib-libs-cxxsupp
  16. yutil
  17. library-cpp-resource
  18. )
  19. add_global_library_for(certs.global certs)
  20. target_link_libraries(certs.global PUBLIC
  21. contrib-libs-linux-headers
  22. contrib-libs-cxxsupp
  23. yutil
  24. library-cpp-resource
  25. )
  26. target_sources(certs.global PRIVATE
  27. ${CMAKE_BINARY_DIR}/certs/b03c08f91a00a60ac9d7daef45f3075a.cpp
  28. )
  29. resources(certs.global
  30. ${CMAKE_BINARY_DIR}/certs/b03c08f91a00a60ac9d7daef45f3075a.cpp
  31. INPUTS
  32. ${CMAKE_SOURCE_DIR}/certs/cacert.pem
  33. KEYS
  34. /builtin/cacert
  35. )