[CMake] Don't set LLDB_TEST_* in the top-level CMakeLists
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 24 Oct 2019 20:09:23 +0000 (13:09 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 24 Oct 2019 21:47:07 +0000 (14:47 -0700)
commit220cce1e7274e1d4b015965fad82ccd79d03b305
tree6deda73449dd9118bcbe245656dd7fa1b28ee096
parentd52b36e354e94f518985833231375365a7cc334b
[CMake] Don't set LLDB_TEST_* in the top-level CMakeLists

All these variables only affect the API tests. Therefore they belong in
test/API/CMakeLists.txt rather than the top-level CMakeLists.txt.
lldb/CMakeLists.txt
lldb/test/API/CMakeLists.txt