Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Close stale issues and PRs / stale (push) Successful in 13s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
24 lines
646 B
CMake
24 lines
646 B
CMake
|
|
# TODO(compnerd) add symlinks
|
|
if(NOT ENABLE_SWIFT)
|
|
install(FILES
|
|
dispatch.3
|
|
dispatch_after.3
|
|
dispatch_api.3
|
|
dispatch_apply.3
|
|
dispatch_async.3
|
|
dispatch_data_create.3
|
|
dispatch_group_create.3
|
|
dispatch_io_create.3
|
|
dispatch_io_read.3
|
|
dispatch_object.3
|
|
dispatch_once.3
|
|
dispatch_queue_create.3
|
|
dispatch_read.3
|
|
dispatch_semaphore_create.3
|
|
dispatch_source_create.3
|
|
dispatch_time.3
|
|
DESTINATION
|
|
"${CMAKE_INSTALL_FULL_MANDIR}/man3")
|
|
endif()
|