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.
1 parent ce16ef3 commit 9accdb9Copy full SHA for 9accdb9
SwiftCompilerSources/CMakeLists.txt
@@ -232,6 +232,9 @@ else()
232
233
# TODO: generate this dynamically through the modulemap; this cannot use `sed`
234
# as that is not available on all paltforms (e.g. Windows).
235
+ #
236
+ # step 1: generate a dummy source file, which just includes all headers
237
+ # defined in include/swift/module.modulemap
238
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/HeaderDependencies.cpp"
239
"\
240
#include \"Basic/BridgedSwiftObject.h\" \
0 commit comments