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 2242a3e + 8cd8c4d commit 32417d1Copy full SHA for 32417d1
SwiftCompilerSources/CMakeLists.txt
@@ -264,6 +264,7 @@ else()
264
# The swift modules can now depend on that target.
265
# Note that this library is unused, i.e. not linked to anything.
266
add_library(importedHeaderDependencies "${CMAKE_CURRENT_BINARY_DIR}/HeaderDependencies.cpp")
267
+ add_dependencies(importedHeaderDependencies swift-ast-generated-headers)
268
target_include_directories(importedHeaderDependencies PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/../include/swift")
269
270
if(${BOOTSTRAPPING_MODE} MATCHES "HOSTTOOLS|CROSSCOMPILE")
0 commit comments