Skip to content

Commit 5f13d6c

Browse files
committed
[Transforms][Coroutines] Add missing header path to CMakeLists.txt
Helps Visual Studio check include dependencies.
1 parent b4b1b84 commit 5f13d6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/Transforms/Coroutines/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ add_llvm_component_library(LLVMCoroutines
66
CoroFrame.cpp
77
CoroSplit.cpp
88

9+
ADDITIONAL_HEADER_DIRS
10+
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/Coroutines
11+
912
DEPENDS
1013
intrinsics_gen
1114
)

0 commit comments

Comments
 (0)