Skip to content

Commit 32b585a

Browse files
authored
Merge pull request #412 from compnerd/patch-2
Update CMakeLists.txt
2 parents dbcce20 + 8d252b4 commit 32b585a

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)