This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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. | |
# |