[llvm] r280380 - [CMake] Revive LLVM_*_DIRS variables

Brad King via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 06:39:04 PDT 2016


On 09/01/2016 12:43 PM, Chris Bieneman via llvm-commits wrote:
> +set(LLVM_INCLUDE_DIRS "@LLVM_CONFIG_INCLUDE_DIRS@")
> +set(LLVM_LIBRARY_DIRS "@LLVM_CONFIG_LIBRARY_DIRS@")

Looks good, thanks!

-Brad



More information about the llvm-commits mailing list