summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
Diffstat (limited to 'frontends')
-rw-r--r--frontends/opengl/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/opengl/meson.build b/frontends/opengl/meson.build
index 1821a94..ccf641a 100644
--- a/frontends/opengl/meson.build
+++ b/frontends/opengl/meson.build
@@ -5,6 +5,10 @@ glfw = dependency('glfw3')
math = compiler.find_library('m')
dl = compiler.find_library('dl')
+configure_file(input: 'block.jpg',
+ output: 'block.jpg',
+ copy: true, install: false)
+
executable('cetris_gl', src,
dependencies: [glfw, math, dl, cetris],
include_directories: [cetris_inc, glad_inc],