[llvm] 5f13d6c - [Transforms][Coroutines] Add missing header path to CMakeLists.txt
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 15 02:37:58 PDT 2020
Author: Simon Pilgrim
Date: 2020-09-15T10:37:25+01:00
New Revision: 5f13d6c1eef7fa4264d143af6e7bafbb74937ccd
URL: https://github.com/llvm/llvm-project/commit/5f13d6c1eef7fa4264d143af6e7bafbb74937ccd
DIFF: https://github.com/llvm/llvm-project/commit/5f13d6c1eef7fa4264d143af6e7bafbb74937ccd.diff
LOG: [Transforms][Coroutines] Add missing header path to CMakeLists.txt
Helps Visual Studio check include dependencies.
Added:
Modified:
llvm/lib/Transforms/Coroutines/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Coroutines/CMakeLists.txt b/llvm/lib/Transforms/Coroutines/CMakeLists.txt
index c1f6d6c8d8d8..783093c16e60 100644
--- a/llvm/lib/Transforms/Coroutines/CMakeLists.txt
+++ b/llvm/lib/Transforms/Coroutines/CMakeLists.txt
@@ -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
)
More information about the llvm-commits
mailing list