CMake: Let LLDB build with CMake 3
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 7 Jul 2014 20:29:00 +0000 (20:29 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 7 Jul 2014 20:29:00 +0000 (20:29 +0000)
commitaea50ce97cf8bf8356588d771acce68d2eb6021b
tree4a938fee142763ae8077b45da82961bc5947ae90
parent3b5c639f485ad8aa1101a38b58c9f44abae21a19
CMake: Let LLDB build with CMake 3

Teach add_lldb_library to correctly use the CMake 2.8.12
PUBLIC/PRIVATE/INTERFACE keywords.  LLDB's CMake configuration would
inconsistently apply these keywords; this was previously a warning in
CMake 2.x but became an error in CMake 3.

llvm-svn: 212482
lldb/CMakeLists.txt