summaryrefslogtreecommitdiff
path: root/sources/meson.build
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-08-29 22:19:49 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-08-29 22:20:46 -0300
commit6027acd4cc7cb5985a2d85eb98908f6bb1129f0a (patch)
tree7fcace90bab33c10ab98766b060cf5b262d4a109 /sources/meson.build
parente89446b2f68b01da85c0292e04057596a8293832 (diff)
Add a Global.TimeFomat function
Diffstat (limited to 'sources/meson.build')
-rw-r--r--sources/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/meson.build b/sources/meson.build
index b16ce9a..ff226ab 100644
--- a/sources/meson.build
+++ b/sources/meson.build
@@ -30,7 +30,8 @@ sources = [
'custom/TagList.cs',
'custom/Value.cs',
'custom/Version.cs',
- 'custom/VideoGLUploadMeta.cs'
+ 'custom/VideoGLUploadMeta.cs',
+ 'custom/Global.cs',
]
subdir('generated')