[all-commits] [llvm/llvm-project] ff8231: [lldb/CMake] Simplify linking against curses
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Dec 11 14:36:38 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ff82315d4ec0fc96a8c581e1c9252a15bc0adaf3
https://github.com/llvm/llvm-project/commit/ff82315d4ec0fc96a8c581e1c9252a15bc0adaf3
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2019-12-11 (Wed, 11 Dec 2019)
Changed paths:
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/source/Core/CMakeLists.txt
Log Message:
-----------
[lldb/CMake] Simplify linking against curses
Centralize the logic to determine what libraries to link against for
curses in the CMake file where it is actually being used. Use
target_include_directories instead of include_directories.
More information about the All-commits
mailing list