Added evmod_glfw as subproject

Since the dependency doesn't require linkage to the generated library,
there is no reason for meson to generate build commands for the library
without it being explicitly specified as a subproject.

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-02-09 03:18:11 +02:00
parent 3d85d1be6a
commit 5a9c6f0156

View File

@@ -4,7 +4,7 @@ project('evol-sandbox', 'c',
evol_dep = dependency('evol') evol_dep = dependency('evol')
# subproject('evmod_glfw') subproject('evmod_glfw')
evmodglfw_dep = dependency('evmod_glfw') evmodglfw_dep = dependency('evmod_glfw')
sandbox_incdir = [] sandbox_incdir = []