Skip to content

build: repair the build after the TSCUtility changes #689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Sources/SKSupport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ add_library(SKSupport STATIC
dlopen.swift)
set_target_properties(SKSupport PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
target_link_libraries(SKSupport PRIVATE
TSCBasic
$<$<NOT:$<PLATFORM_ID:Darwin>>:Foundation>)
4 changes: 3 additions & 1 deletion Sources/SourceKitD/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ set_target_properties(SourceKitD PROPERTIES
target_link_libraries(SourceKitD PRIVATE
Csourcekitd
LSPLogging
SKSupport)
SKSupport
TSCBasic
$<$<NOT:$<PLATFORM_ID:Darwin>>:Foundation>)