Skip to content

Commit 7d11825

Browse files
committed
Fix build issues on Windows
1 parent c93f193 commit 7d11825

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sources/SKSupport/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ add_library(SKSupport STATIC
1919
set_target_properties(SKSupport PROPERTIES
2020
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
2121
target_link_libraries(SKSupport PUBLIC
22-
CAtomics
23-
)
22+
SourceKitD)
2423
target_link_libraries(SKSupport PRIVATE
2524
LanguageServerProtocol
2625
LanguageServerProtocolJSONRPC
2726
SKLogging
28-
SourceKitD
2927
SwiftExtensions
3028
TSCBasic
3129
$<$<NOT:$<PLATFORM_ID:Darwin>>:Foundation>)

0 commit comments

Comments
 (0)