[cmake] LLVMMIRParser - add include/llvm/CodeGen/LLVMMIRParser header path

Pick up the CodeGen/MIRParser headers in MSVC projects
This commit is contained in:
Simon Pilgrim 2020-04-18 11:55:01 +01:00
parent 5c16da387e
commit 2333ea1e70
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ add_llvm_component_library(LLVMMIRParser
MIParser.cpp
MIRParser.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/CodeGen/MIRParser
DEPENDS
intrinsics_gen
)