Skip to content

Commit 8d252b4

Browse files
authored
Update CMakeLists.txt
Repair the SourceKit-LSP CMake based build for Windows targets.
1 parent dbcce20 commit 8d252b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SourceKitLSP/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ target_sources(SourceKitLSP PRIVATE
2929
Swift/SemanticRefactoring.swift
3030
Swift/SourceKitD+ResponseError.swift
3131
Swift/SwiftCommand.swift
32-
Swift/SwiftLanguageServer.swift)
33-
Swift/VariableTypeInfo.swift
32+
Swift/SwiftLanguageServer.swift
33+
Swift/VariableTypeInfo.swift)
3434
set_target_properties(SourceKitLSP PROPERTIES
3535
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
3636
# TODO(compnerd) reduce the exposure here, why is everything PUBLIC-ly linked?

0 commit comments

Comments
 (0)