Add missing libraries to unittest link
authorPavel Labath <labath@google.com>
Mon, 27 Apr 2015 09:26:03 +0000 (09:26 +0000)
committerPavel Labath <labath@google.com>
Mon, 27 Apr 2015 09:26:03 +0000 (09:26 +0000)
commit980b92a8e65b8aa36d4ceb3eb1ff8abce5eb74fc
tree6d488439f2bdd2a5f4be668433eceaa261a9434d
parent6648fcc34b008270109b03dd28345e318fe02f0d
Add missing libraries to unittest link

Summary:
Currently, linking of the unittests fails on linux because it is missing a bunch of symbols from
libedit, curses, etc. This fixes the build by adding the correct dependencies.

Test Plan: Linking works, unit tests run.

Reviewers: zturner

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D9244

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