Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

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

Trending repository
GitHub CLI 1.0 is here

Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.

PWA logo
Popular topic
Progressive Web Apps are traditional web sites that are enhanced with native like features.
Trending repository
GitHub Universe 2020
Upcoming event recommended by GitHub
Dec
9

GitHub Universe 2020

December 09, 2020 • Virtual

GitHub Universe is an event for all developers to learn from industry thought leaders, technical experts, and peers about the latest software development and to see the latest announcements from GitHub.
App recommended by GitHub

LeanBoard

Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.

Also try BackHub: Reliable GitHub repository backup, set up in minutes.

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 
electron
Trending repository
You can’t perform that action at this time.