Skip to content

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

Elixir logo

Popular topic

Elixir is a dynamic, functional language designed for building scalable and maintainable applications.
advanced-java

Trending repository

😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识

  • Updated Feb 18, 2022
  • Java

Trending repository

Code Review Doctor screenshot

App recommended by GitHub

Code Review Doctor

Find and fix hidden Python or Django mistakes, bugs, anti-patterns, and more.

  • Catch common bugs before they are committed
  • Reduce the toil of code review and prevent mistakes
  • Improve team agility through better code quality
  • Up-skill junior developers with learning resources
  • Enhance the security and improve performance of your Django website
  • Setup in 10 seconds and nothing to install or update
  • Airtight privacy policy and security guaranteed

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 
gitpod.io screenshot

App recommended by GitHub

gitpod.io

Gitpod is an open-source developer platform automating the provisioning of ready-to-code developer environments..

With Gitpod your team can instantly start coding with fresh, ephemeral and fully-compiled dev environments for each new task - no matter if you are building a new feature, want to fix a bug or do a code review.

Sounds like GitHub Codespaces? https://www.gitpod.io/gitpod-vs-codespaces/