Skip to content

Commit c4b6d25

Browse files
committed
build: add an additional installed header
The new revision adds a dispatch/workloop.h which is required to be installed. This adds that header to the install set. Without this header Swift is unable to build the Dispatch C module.
1 parent fe3cdda commit c4b6d25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dispatch/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ install(FILES
1313
semaphore.h
1414
source.h
1515
time.h
16+
workloop.h
1617
DESTINATION
1718
"${INSTALL_DISPATCH_HEADERS_DIR}")
1819
if(ENABLE_SWIFT)

0 commit comments

Comments
 (0)