Create a CMake build for the gtest unit tests.
authorZachary Turner <zturner@google.com>
Fri, 13 Mar 2015 20:54:21 +0000 (20:54 +0000)
committerZachary Turner <zturner@google.com>
Fri, 13 Mar 2015 20:54:21 +0000 (20:54 +0000)
commit26d7fcfc38044cf6a939cadb390528d60a1cb9d7
treec70b18b59656129dab895162590fe64b52b1b436
parent1858ba762650a5cfdcbd63bea497f69c0d5533a8
Create a CMake build for the gtest unit tests.

llvm-svn: 232210
lldb/CMakeLists.txt
lldb/cmake/modules/LLDBConfig.cmake
lldb/gtest/CMakeLists.txt [new file with mode: 0644]
lldb/gtest/include/gtest_common.h [new file with mode: 0644]
lldb/gtest/unittest/CMakeLists.txt [new file with mode: 0644]
lldb/gtest/unittest/Host/CMakeLists.txt [new file with mode: 0644]
lldb/gtest/unittest/Plugins/CMakeLists.txt [new file with mode: 0644]
lldb/gtest/unittest/Plugins/Process/CMakeLists.txt [new file with mode: 0644]
lldb/gtest/unittest/Plugins/Process/Linux/CMakeLists.txt [new file with mode: 0644]
lldb/gtest/unittest/Utility/CMakeLists.txt [new file with mode: 0644]