File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ if(NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
134
134
# ensure that we strip out the DESTDIR environment
135
135
# from the sub-build
136
136
${CMAKE_COMMAND} -E env --unset=DESTDIR ${CMAKE_COMMAND} --build . --target install
137
+ STEP_TARGETS
138
+ install
137
139
BUILD_BYPRODUCTS
138
140
<INSTALL_DIR>/lib/${CMAKE_SHARED_LIBRARY_PREFIX}dispatch${CMAKE_SHARED_LIBRARY_SUFFIX}
139
141
<INSTALL_DIR>/lib/${CMAKE_IMPORT_LIBRARY_PREFIX}dispatch${CMAKE_IMPORT_LIBRARY_SUFFIX}
@@ -169,6 +171,9 @@ if(NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
169
171
INTERFACE_INCLUDE_DIRECTORIES
170
172
${SWIFT_PATH_TO_LIBDISPATCH_SOURCE} /src/BlocksRuntime )
171
173
174
+ add_dependencies (dispatch libdispatch-install )
175
+ add_dependencies (BlocksRuntime libdispatch-install )
176
+
172
177
swift_install_in_component (sourcekit-inproc
173
178
FILES
174
179
$< TARGET_FILE:dispatch>
You can’t perform that action at this time.
0 commit comments