aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 4a79378..2bd947e 100644
--- a/meson.build
+++ b/meson.build
@@ -30,6 +30,7 @@ src = [
'src/replay_buffer/replay_buffer.c',
'src/replay_buffer/replay_buffer_ram.c',
'src/replay_buffer/replay_buffer_disk.c',
+ 'src/log.c',
'src/egl.c',
'src/cuda.c',
'src/window_texture.c',