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.
1 parent 8469311 commit 8a35beaCopy full SHA for 8a35bea
Sources/SourceKitLSPAPI/CMakeLists.txt
@@ -16,3 +16,5 @@ target_link_libraries(SourceKitLSPAPI PUBLIC
16
# NOTE(compnerd) workaround for CMake not setting up include flags yet
17
set_target_properties(SourceKitLSPAPI PROPERTIES
18
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
19
+
20
+set_property(GLOBAL APPEND PROPERTY SwiftPM_EXPORTS SourceKitLSPAPI)
0 commit comments