meson.build 173 B

1234567
  1. project('subproj lib install', 'c',
  2. version : '2.3.4',
  3. license : 'mylicense')
  4. # Test that the subproject library gets installed
  5. subproject('sublib', version : '1.0.0')