cmake/windows: Set LLVM_INCLUDE_DIRS variable.

This commit is contained in:
Ray molenkamp 2019-03-08 07:17:56 -07:00
parent 285577a378
commit 7ecbf9b409
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ endif()
if(WITH_LLVM)
set(LLVM_ROOT_DIR ${LIBDIR}/llvm CACHE PATH "Path to the LLVM installation")
set(LLVM_INCLUDE_DIRS ${LLVM_ROOT_DIR}/$<$<CONFIG:Debug>:Debug>/include CACHE PATH "Path to the LLVM include directory")
file(GLOB LLVM_LIBRARY_OPTIMIZED ${LLVM_ROOT_DIR}/lib/*.lib)
if(EXISTS ${LLVM_ROOT_DIR}/debug/lib)