summaryrefslogtreecommitdiffstats
path: root/test cases/unit/49 pkgconfig csharp library/meson.build
blob: 148d40fe4b86508c9718d9aec0b55db83fbbd24b (plain)
1
2
3
4
5
6
7
8
9
10
project('pkgformat', 'cs',
  version : '1.0')

pkgg = import('pkgconfig')

l = library('libsomething', 'somelib.cs')

pkgg.generate(l,
              version: '1.0',
              description: 'A library that does something')