Revert ".gitmodules: remove tllist (to be replaced with static content in release)"

This reverts commit 951e544b14.
This commit is contained in:
Daniel Eklöf 2019-11-24 14:28:42 +01:00
parent 64c8721fcf
commit 379c8917c5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
7 changed files with 4 additions and 603 deletions

View file

@ -1,5 +0,0 @@
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)