1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[cmake] LLVMPasses - add include/llvm header path

Pick up all the Pass headers in the root for MSVC projects
This commit is contained in:
Simon Pilgrim 2020-04-18 12:09:46 +01:00
parent 96c135b3c6
commit ca1c8be47b

View File

@ -8,6 +8,7 @@ add_llvm_component_library(LLVMPasses
StandardInstrumentations.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm
${LLVM_MAIN_INCLUDE_DIR}/llvm/Passes
DEPENDS