meson: add ‘version.h’ to vtlib

This commit is contained in:
Daniel Eklöf 2020-11-14 12:42:08 +01:00
parent bff07b09b9
commit 0e83732162
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -117,6 +117,7 @@ vtlib = static_library(
'osc.c', 'osc.h',
'sixel.c', 'sixel.h',
'vt.c', 'vt.h',
version,
dependencies: [pixman, fcft, tllist],
link_with: misc,
)