Fix build for r369374
authorPavel Labath <pavel@labath.sk>
Tue, 20 Aug 2019 13:17:20 +0000 (13:17 +0000)
committerPavel Labath <pavel@labath.sk>
Tue, 20 Aug 2019 13:17:20 +0000 (13:17 +0000)
commit028fe5af60fcfb84a7d842ab9cbadad27635090f
tree2cb76c02aa8d6f7e815638f4657a6969e2df89a8
parentdee011b7f4ce2bc50d8c182f357a73f4f84b8ac1
Fix build for r369374

This patch added some gtest code to the TestingSupport library. As this
is not a unit test, but a unit test library, gtest does not get added to
the include path automatically, but we have to do that ourselves. (It
was working for me without this because the compiler picked up the
system gtest instead.)

llvm-svn: 369381
lldb/unittests/TestingSupport/CMakeLists.txt