init
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
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
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
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
23
Telegram/ThirdParty/dispatch/man/CMakeLists.txt
vendored
Normal file
23
Telegram/ThirdParty/dispatch/man/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
# 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()
|
||||
Reference in New Issue
Block a user