mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04:00
tllist: import static copy under 'subprojects'
This commit is contained in:
parent
5d409ce276
commit
55d65e049f
5 changed files with 603 additions and 0 deletions
5
subprojects/tllist/meson.build
Normal file
5
subprojects/tllist/meson.build
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
project('tllist', 'c', version: '1.0.0', license: 'MIT', meson_version: '>=0.50.0')
|
||||
tllist = declare_dependency(include_directories: '.')
|
||||
|
||||
unittest = executable('unittest', 'test.c', dependencies: [tllist])
|
||||
test('unittest', unittest)
|
||||
Loading…
Add table
Add a link
Reference in a new issue