[CMake] Move LLDB_TEST_BUILD_DIRECTORY into test/CMakeLists.txt
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 24 Oct 2019 20:19:00 +0000 (13:19 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 24 Oct 2019 21:47:07 +0000 (14:47 -0700)
commit33fca97880d3bd6ab4888b6eeb72bddff536e37a
tree7d55fcc911544c079177cf7707bba8196bfa5365
parentfd025c094befe0ba23b044d0e7bc7876d2b40a0f
[CMake] Move LLDB_TEST_BUILD_DIRECTORY into test/CMakeLists.txt

The LLDB_TEST_BUILD_DIRECTORY variable only matters to the different
test suites. Therefore they belong in test/CMakeLists.txt rather than
the top-level CMakeLists.txt.
lldb/CMakeLists.txt
lldb/test/CMakeLists.txt