]> git.saurik.com Git - apple/libdispatch.git/blob - dispatch/CMakeLists.txt
libdispatch-913.30.4.tar.gz
[apple/libdispatch.git] / dispatch / CMakeLists.txt
1
2 install(FILES
3 base.h
4 block.h
5 data.h
6 dispatch.h
7 group.h
8 introspection.h
9 io.h
10 object.h
11 once.h
12 queue.h
13 semaphore.h
14 source.h
15 time.h
16 DESTINATION
17 ${CMAKE_INSTALL_FULL_INCLUDEDIR}/dispatch/)
18 if(ENABLE_SWIFT)
19 install(FILES
20 module.modulemap
21 DESTINATION
22 ${CMAKE_INSTALL_FULL_INCLUEDIR}/dispatch/)
23 endif()
24