aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJames Magahern <james@magahern.com>2019-01-18 11:29:37 -0800
committerJames Magahern <james@magahern.com>2019-01-18 11:32:19 -0800
commit920f468363c58c9c5c335573e44d50371e76ddfe (patch)
treef4941fba1370f03be316c0b9a964ae768aaa256c /meson.build
parentMove to meson build system. very cool (diff)
Split out to render.c
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0f79608..023a066 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,8 @@
project('buzzlocker', 'c')
sources = [
- 'src/main.c'
+ 'src/main.c',
+ 'src/render.c'
]
dependencies = [