We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f68052 + b604369 commit 089425bCopy full SHA for 089425b
cmake/modules/SwiftSharedCMakeConfig.cmake
@@ -252,6 +252,9 @@ macro(swift_common_standalone_build_config product is_cross_compiling)
252
"${CLANG_MAIN_INCLUDE_DIR}"
253
"${CMARK_MAIN_INCLUDE_DIR}"
254
"${CMARK_BUILD_INCLUDE_DIR}")
255
+ foreach (INCLUDE_DIR ${LLVM_INCLUDE_DIRS})
256
+ include_directories(${INCLUDE_DIR})
257
+ endforeach ()
258
259
link_directories(
260
"${LLVM_LIBRARY_DIR}"
0 commit comments