~mmach/netext73/meson

« back to all changes in this revision

Viewing changes to test cases/common/155 subproject dir name collision/custom_subproject_dir/C/meson.build

  • Committer: mmach
  • Date: 2023-03-15 07:28:10 UTC
  • Revision ID: netbit73@gmail.com-20230315072810-rjs3fs158gp6aup7
dla focal

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project('C', 'c')
2
 
# libc.so cannot be used, it already exists as a reserved name
3
 
c = library('cee', 'c.c')
 
2
c = library('c', 'c.c')