CMake/Tests/FindGTest/Test/main.cxx

7 lines
81 B
C++

#include <gtest/gtest.h>
TEST(FindCMake, LinksAndRuns)
{
ASSERT_TRUE(true);
}