blob: 33d021ef668139f4a5d013d36059d3087cd784bd [file] [log] [blame]
William A. Kennington IIId7acddd2022-07-13 16:41:11 -07001stdplus_headers += include_directories('.')
2
3install_headers(
4 'stdplus/fd/create.hpp',
5 'stdplus/fd/dupable.hpp',
6 'stdplus/fd/gmock.hpp',
7 'stdplus/fd/impl.hpp',
8 'stdplus/fd/intf.hpp',
9 'stdplus/fd/managed.hpp',
10 'stdplus/fd/mmap.hpp',
11 'stdplus/fd/ops.hpp',
12 subdir: 'stdplus/fd')