[CMake] Move test dependency tracking into test/CMakeLists.txt
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 24 Oct 2019 20:15:17 +0000 (13:15 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 24 Oct 2019 21:47:07 +0000 (14:47 -0700)
commitfd025c094befe0ba23b044d0e7bc7876d2b40a0f
treeb6f7a938b68539b5e2d83011f5611c42b25b8c31
parent220cce1e7274e1d4b015965fad82ccd79d03b305
[CMake] Move test dependency tracking into test/CMakeLists.txt

As the name suggests, the LLDB test dependencies only matter to the
different test suites. Therefore they belong in test/CMakeLists.txt
rather than the top-level CMakeLists.txt.
lldb/CMakeLists.txt
lldb/cmake/modules/AddLLDB.cmake
lldb/test/CMakeLists.txt