From 64bd072a1ef349fedc1364a221a19ce71c368e72 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Wed, 10 Apr 2019 17:16:27 -0400 Subject: add shorthand int types and cleanup --- frontends/opengl/meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontends') 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], -- cgit v1.2.3-101-g0448