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 3acdff6 + 0295a83 commit 2fedf28Copy full SHA for 2fedf28
tools/SourceKit/CMakeLists.txt
@@ -158,6 +158,13 @@ if(NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
158
INTERFACE_INCLUDE_DIRECTORIES
159
${SWIFT_PATH_TO_LIBDISPATCH_SOURCE}/src/BlocksRuntime)
160
161
+ swift_install_in_component(sourcekit-inproc
162
+ FILES
163
+ $<TARGET_FILE:dispatch>
164
+ $<TARGET_FILE:BlocksRuntime>
165
+ DESTINATION
166
+ lib${LLVM_LIBDIR_SUFFIX})
167
+
168
# FIXME(compnerd) this should be taken care of by the
169
# INTERFACE_INCLUDE_DIRECTORIES above
170
include_directories(AFTER
0 commit comments