CMakeLists.txt 646 B

1234567891011121314151617181920212223
  1. # TODO(compnerd) add symlinks
  2. if(NOT ENABLE_SWIFT)
  3. install(FILES
  4. dispatch.3
  5. dispatch_after.3
  6. dispatch_api.3
  7. dispatch_apply.3
  8. dispatch_async.3
  9. dispatch_data_create.3
  10. dispatch_group_create.3
  11. dispatch_io_create.3
  12. dispatch_io_read.3
  13. dispatch_object.3
  14. dispatch_once.3
  15. dispatch_queue_create.3
  16. dispatch_read.3
  17. dispatch_semaphore_create.3
  18. dispatch_source_create.3
  19. dispatch_time.3
  20. DESTINATION
  21. "${CMAKE_INSTALL_FULL_MANDIR}/man3")
  22. endif()