Skip to content

Instantly share code, notes, and snippets.

#
# Google Test / GTest
#
# To make this work with add_subdirectory()
# * add_library(... GLOBAL)
# * set(GTEST_BOTH_LIBRARIES ... PARENT_SCOPE)
#
# Seems more intentional to use it as an include though.
#