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 f857dbf commit b55057aCopy full SHA for b55057a
Sources/SKSupport/CMakeLists.txt
@@ -10,3 +10,6 @@ add_library(SKSupport STATIC
10
dlopen.swift)
11
set_target_properties(SKSupport PROPERTIES
12
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
13
+target_link_libraries(SKSupport PRIVATE
14
+ TSCBasic
15
+ $<$<NOT:$<PLATFORM_ID:Darwin>>:Foundation>)
Sources/SourceKitD/CMakeLists.txt
@@ -15,4 +15,6 @@ set_target_properties(SourceKitD PROPERTIES
target_link_libraries(SourceKitD PRIVATE
16
Csourcekitd
17
LSPLogging
18
- SKSupport)
+ SKSupport
19
20
0 commit comments