Changeset 25e1490 in mainline for meson.build
- Timestamp:
- 2024-01-10T11:32:40Z (17 months ago)
- Branches:
- master
- Children:
- 5907aa4
- Parents:
- de96d3b (diff), 6deab5a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Vojtech Horky <vojtech.horky@…> (2024-01-10 11:32:40)
- git-committer:
- GitHub <noreply@…> (2024-01-10 11:32:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson.build
rde96d3b r25e1490 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.