CMakeLists.windows-x86_64.txt 1.2 KB

12345678910111213141516171819202122232425262728
  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_library(restricted-googletest-googlemock)
  7. target_compile_options(restricted-googletest-googlemock PRIVATE
  8. $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
  9. )
  10. target_include_directories(restricted-googletest-googlemock PUBLIC
  11. ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/include
  12. )
  13. target_include_directories(restricted-googletest-googlemock PRIVATE
  14. ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock
  15. ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest
  16. ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googletest/include
  17. )
  18. target_link_libraries(restricted-googletest-googlemock PUBLIC
  19. contrib-libs-cxxsupp
  20. restricted-googletest-googletest
  21. )
  22. target_sources(restricted-googletest-googlemock PRIVATE
  23. ${CMAKE_SOURCE_DIR}/contrib/restricted/googletest/googlemock/src/gmock-all.cc
  24. )