We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 119e712 + 6189897 commit c8e11abCopy full SHA for c8e11ab
tools/swift-plugin-server/CMakeLists.txt
@@ -4,7 +4,7 @@ if (SWIFT_SWIFT_PARSER)
4
add_swift_host_library(_swiftCSwiftPluginServer OBJECT
5
Sources/CSwiftPluginServer/PluginServer.cpp
6
)
7
- target_link_libraries(_swiftCSwiftPluginServer
+ target_link_libraries(_swiftCSwiftPluginServer PRIVATE
8
swiftDemangling
9
10
target_include_directories(_swiftCSwiftPluginServer PUBLIC
0 commit comments