1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

[Transforms][Coroutines] Add missing header path to CMakeLists.txt

Helps Visual Studio check include dependencies.
This commit is contained in:
Simon Pilgrim 2020-09-15 10:37:25 +01:00
parent 47e549014d
commit a53af61cc8

View File

@ -6,6 +6,9 @@ add_llvm_component_library(LLVMCoroutines
CoroFrame.cpp
CoroSplit.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/Coroutines
DEPENDS
intrinsics_gen
)