Module event import
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
@@ -4,7 +4,10 @@ project('evol-sandbox', 'c',
|
||||
|
||||
evol_dep = dependency('evol')
|
||||
|
||||
subproject('evmod_glfw')
|
||||
# subproject('evmod_glfw')
|
||||
evmodglfw_dep = dependency('evmod_glfw')
|
||||
|
||||
sandbox_incdir = []
|
||||
|
||||
configure_file(input: 'config.lua', output: 'config.lua', copy: true)
|
||||
|
||||
@@ -13,8 +16,11 @@ exe = executable(
|
||||
'src/main.c',
|
||||
dependencies: [
|
||||
evol_dep,
|
||||
evmodglfw_dep,
|
||||
],
|
||||
install : true,
|
||||
include_directories: sandbox_incdir,
|
||||
c_args: ['-fms-extensions']
|
||||
)
|
||||
|
||||
test('basic', exe)
|
||||
|
||||
Reference in New Issue
Block a user