mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-22 18:25:38 +02:00
tllist: finally, a static copy of external/tllist
This commit is contained in:
parent
6875bea64a
commit
928c7ff4d3
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