CMakeLists.txt 939 B

1234567891011121314151617181920212223242526272829303132
  1. # This file was gererated 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(certs INTERFACE)
  7. target_link_libraries(certs INTERFACE
  8. contrib-libs-cxxsupp
  9. yutil
  10. library-cpp-resource
  11. )
  12. add_global_library_for(certs.global certs)
  13. target_link_libraries(certs.global PUBLIC
  14. contrib-libs-cxxsupp
  15. yutil
  16. library-cpp-resource
  17. )
  18. target_sources(certs.global PRIVATE
  19. ${CMAKE_BINARY_DIR}/certs/b03c08f91a00a60ac9d7daef45f3075a.cpp
  20. )
  21. resources(certs.global
  22. ${CMAKE_BINARY_DIR}/certs/b03c08f91a00a60ac9d7daef45f3075a.cpp
  23. INPUTS
  24. ${CMAKE_SOURCE_DIR}/certs/cacert.pem
  25. KEYS
  26. /builtin/cacert
  27. )