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 0bbaa35 commit fae4ec1Copy full SHA for fae4ec1
Runtimes/Core/Threading/CMakeLists.txt
@@ -8,3 +8,8 @@ add_library(swiftThreading OBJECT
8
"${SwiftCore_SWIFTC_SOURCE_DIR}/lib/Threading/Pthreads.cpp"
9
"${SwiftCore_SWIFTC_SOURCE_DIR}/lib/Threading/Win32.cpp")
10
target_link_libraries(swiftThreading PRIVATE swiftShims)
11
+
12
+# FIXME: We should split out the parts that are needed by the runtime
13
+# to avoid pulling in headers from the compiler.
14
+target_include_directories(swiftThreading PRIVATE
15
+ "${SwiftCore_SWIFTC_SOURCE_DIR}/include")
0 commit comments