7 lines
81 B
C++
7 lines
81 B
C++
|
#include <gtest/gtest.h>
|
||
|
|
||
|
TEST(FindCMake, LinksAndRuns)
|
||
|
{
|
||
|
ASSERT_TRUE(true);
|
||
|
}
|