[Lldb-commits] [PATCH] D29333: [CMake] Add accurate dependency specifications

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 31 10:49:50 PST 2017


zturner added a comment.

Any reason this doesn't use the same strategy as LLVM?  I.e. at the top of the `CMakeLists.txt` file, write something like `set(LLVM_LINK_COMPONENTS Foo Bar Baz)`, then just call `add_lldb_library` etc.


https://reviews.llvm.org/D29333





More information about the lldb-commits mailing list