Skip to content

Here's what's popular on GitHub today...

Ember logo

Popular topic

Ember is a framework for creating web applications.
GitHub Presente: Em Portuguese

Upcoming event recommended by GitHub

Feb
24

GitHub Presente: Em Portuguese

February 24, 2022 • Online

Evento virtual que reúne devs e profissionais de tech do Brasil.
ZenHub screenshot

App recommended by GitHub

ZenHub

ZenHub is the only project management tool that integrates natively within GitHub’s user interface. No lengthy onboarding. No configuration headaches. No separate logins. Developers stay in an environment they love and Project Managers get total visibility into the development process.

Dev teams at companies like NASA, Microsoft, Adobe, Comcast, Docker, VMware, and Leap Motion trust ZenHub's powerful browser extension to help them ship better software.

Trending repository

supabase

Trending repository

Trending repository

lukasm91
lukasm91 commented Aug 24, 2019

GTest exports the following targets:

  • GTest::gtest
  • GTest::gtest_main
  • GTest::gmock
  • GTest::gmock_main

This targets should also be available when adding gtest with add_subdirectory (or FetchContent), because this should behave the same way as adding GTest with find_package. So somewhere, we should add the aliases to these targets, i.e.

add_library(GTest::gtest ALIAS 
Code Climate screenshot

App recommended by GitHub

Code Climate

Collaboratively improve code quality with Code Climate and GitHub

Code Climate combines line-by-line test coverage reports, technical debt assessments, and style checks in every pull request so that your team only merges clear, maintainable, and well-tested code.