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 71f4419 commit 696aa9cCopy full SHA for 696aa9c
src/CMakeLists.txt
@@ -104,6 +104,12 @@ add_library(dispatch
104
shims/yield.h
105
${dispatch_BLOCK_SOURCES}
106
${dispatch_SWIFT_SOURCES})
107
+# Temporary staging; the various swift projects that depend on libdispatch
108
+# all expect libdispatch.so to be in src/.libs/libdispatch.so
109
+# So make a symlink so we don't have to do a coordinated commit across all the
110
+# swift projects to change this assumption.
111
+add_custom_target(.libs ALL
112
+ COMMAND cmake -E create_symlink . .libs)
113
target_include_directories(dispatch
114
PRIVATE
115
${CMAKE_BINARY_DIR}
0 commit comments