index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
FindGTest
/
Test
/
main.cxx
blob: 0572a5ddca22b6f853f09cc2ea077ffe170b5887 (
plain
)
1
2
3
4
5
6
#include <gtest/gtest.h>
TEST
(
FindCMake
,
LinksAndRuns
)
{
ASSERT_TRUE
(
true
);
}