mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
7 lines
81 B
C++
7 lines
81 B
C++
#include <gtest/gtest.h>
|
|
|
|
TEST(FindCMake, LinksAndRuns)
|
|
{
|
|
ASSERT_TRUE(true);
|
|
}
|