ya.make 458 B

12345678910111213141516171819202122232425262728
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. LICENSE(BSD-3-Clause)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. PEERDIR(
  6. contrib/restricted/googletest/googletest
  7. )
  8. ADDINCL(
  9. GLOBAL contrib/restricted/googletest/googlemock/include
  10. contrib/restricted/googletest/googlemock
  11. contrib/restricted/googletest/googletest
  12. contrib/restricted/googletest/googletest/include
  13. )
  14. NO_COMPILER_WARNINGS()
  15. NO_UTIL()
  16. SRCS(
  17. src/gmock-all.cc
  18. )
  19. END()