Added world module
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
@@ -10,6 +10,9 @@ evol_dep = dependency('evol')
|
||||
subproject('evmod_glfw')
|
||||
evmodglfw_dep = dependency('evmod_glfw')
|
||||
|
||||
subproject('evmod_world')
|
||||
evmodworld_dep = dependency('evmod_world')
|
||||
|
||||
sandbox_incdir = []
|
||||
|
||||
configure_file(input: 'config.lua', output: 'config.lua', copy: true)
|
||||
@@ -34,6 +37,7 @@ sandbox_exe = executable(
|
||||
dependencies: [
|
||||
evol_dep,
|
||||
evmodglfw_dep,
|
||||
evmodworld_dep,
|
||||
],
|
||||
install : true,
|
||||
include_directories: sandbox_incdir,
|
||||
|
||||
7
subprojects/evmod_world.wrap
Normal file
7
subprojects/evmod_world.wrap
Normal file
@@ -0,0 +1,7 @@
|
||||
[wrap-git]
|
||||
directory = evmod_world
|
||||
url = https://github.com/evol3D/evol-mod-flecs.git
|
||||
revision = master
|
||||
|
||||
[provide]
|
||||
dependency_names = evmod_world
|
||||
Reference in New Issue
Block a user