Changes in meson.build [da13982:017ffce] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson.build
rda13982 r017ffce 72 72 install_files = [] 73 73 install_deps = [] 74 75 # Exported libraries and include files 76 # Format: [ type, source_file, destination ] 77 # See meson/part/exports/copy-export.sh for supported file types. 78 exported_devel_files = [ 79 [ 'includenamedsymlink', 'libc', 'common' ] 80 ] 81 74 82 # Install script for headers. 75 83 # TODO: Make a list of directories and turn into script later.
Note:
See TracChangeset
for help on using the changeset viewer.