Skip to content

Commit f67bdd2

Browse files
committed
build: correct dependencies for SKSupport
The changes in swiftlang#945 changed the dependencies but did not correct them in the CMakeLists.txt resulting in a broken build.
1 parent 3ba15e1 commit f67bdd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/SKSupport/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ add_library(SKSupport STATIC
1616
set_target_properties(SKSupport PROPERTIES
1717
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
1818
target_link_libraries(SKSupport PRIVATE
19+
LanguageServerProtocol
20+
LSPLogging
1921
TSCBasic
2022
$<$<NOT:$<PLATFORM_ID:Darwin>>:Foundation>)

0 commit comments

Comments
 (0)