[cmake, unittests] Fix the CMake file for the LLDB unittests to support multiple...
authorStella Stamenova <stilis@microsoft.com>
Wed, 9 May 2018 19:58:51 +0000 (19:58 +0000)
committerStella Stamenova <stilis@microsoft.com>
Wed, 9 May 2018 19:58:51 +0000 (19:58 +0000)
commit42ba76c9f62640eaf2f23e7887d147491b699f6a
tree099b2efdb6500d27df5f6f60a90ea47bb63da830
parentca7981ac9826bfd81cbe12f261dcd629437c1e98
[cmake, unittests] Fix the CMake file for the LLDB unittests to support multiple configurations

Summary: The current setup for the unit tests only works correctly when the generator does not support multiple configurations. When the generator supports multiple configurations, the inputs are not copied to the correct per-configuration directory. This change sets up the build to copy the inputs in each configuration directory.

Reviewers: labath, asmith, zturner

Reviewed By: labath

Subscribers: mgorny, llvm-commits

Differential Revision: https://reviews.llvm.org/D46642

llvm-svn: 331914
lldb/unittests/CMakeLists.txt