[all-commits] [llvm/llvm-project] 6d5751: [lldb-server] Prefer target_include_directories
Alex via All-commits
all-commits at lists.llvm.org
Mon Jan 13 14:56:23 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6d57511e0b6f95a369efe7274923a36de3489e7b
https://github.com/llvm/llvm-project/commit/6d57511e0b6f95a369efe7274923a36de3489e7b
Author: Alex Langford <apl at fb.com>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M lldb/tools/lldb-server/CMakeLists.txt
Log Message:
-----------
[lldb-server] Prefer target_include_directories
In the documentation of `include_directories`, it notes that
`target_include_directories` is preferred because it affects
specific targets intead of propagating include search paths
to the entire project.
More information about the All-commits
mailing list