Fix linking of unit tests via CMake on Windows.
authorZachary Turner <zturner@google.com>
Wed, 18 Mar 2015 16:56:24 +0000 (16:56 +0000)
committerZachary Turner <zturner@google.com>
Wed, 18 Mar 2015 16:56:24 +0000 (16:56 +0000)
commit799770c03ac128016560ff93b98066330e07568e
tree95fdf41f97b6de381a91aa591d8d279c61244e22
parente4cdb8fcb309f9459b7d8d67b66d90597e762f9c
Fix linking of unit tests via CMake on Windows.

A previous attempt to make the unit tests link properly on
Linux broke it for Windows.  This patch fixes it for both platforms.

llvm-svn: 232648
13 files changed:
lldb/cmake/LLDBDependencies.cmake
lldb/cmake/modules/AddLLDB.cmake
lldb/include/lldb/Host/msvc/Config.h
lldb/source/API/CMakeLists.txt
lldb/source/CMakeLists.txt
lldb/unittests/CMakeLists.txt
lldb/unittests/Host/CMakeLists.txt
lldb/unittests/Host/SocketTestMock.cpp [deleted file]
lldb/unittests/Interpreter/CMakeLists.txt
lldb/unittests/Plugins/Process/Linux/CMakeLists.txt
lldb/unittests/Plugins/Process/Linux/ThreadStateCoordinatorTestMock.cpp [deleted file]
lldb/unittests/Utility/CMakeLists.txt
lldb/unittests/gtest_common.h