Added world module

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-03-19 08:19:20 +02:00
parent 2b1113b1f8
commit 110141e4a1
2 changed files with 11 additions and 0 deletions

View File

@@ -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,

View 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