CMake/Tests/FindGTest/Test/main.cxx

7 lines
81 B
C++
Raw Normal View History

2015-12-11 02:08:23 +03:00
#include <gtest/gtest.h>
TEST(FindCMake, LinksAndRuns)
{
ASSERT_TRUE(true);
}