Added scripting module to sandbox
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
@@ -13,10 +13,12 @@ evol_dep = dependency('evol')
|
||||
subproject('evmod_glfw')
|
||||
subproject('evmod_ecs')
|
||||
subproject('evmod_physics')
|
||||
subproject('evmod_script')
|
||||
|
||||
evmodglfw_dep = dependency('evmod_glfw')
|
||||
evmodecs_dep = dependency('evmod_ecs')
|
||||
evmodphysics_dep = dependency('evmod_physics')
|
||||
evmodscript_dep = dependency('evmod_script')
|
||||
|
||||
# Setup build directory
|
||||
subdir('buildscripts')
|
||||
@@ -26,9 +28,11 @@ sandbox_exe = executable(
|
||||
'src/main.c',
|
||||
dependencies: [
|
||||
evol_dep,
|
||||
|
||||
evmodglfw_dep,
|
||||
evmodecs_dep,
|
||||
evmodphysics_dep,
|
||||
evmodscript_dep,
|
||||
],
|
||||
install : true,
|
||||
)
|
||||
|
||||
7
subprojects/evmod_script.wrap
Normal file
7
subprojects/evmod_script.wrap
Normal file
@@ -0,0 +1,7 @@
|
||||
[wrap-git]
|
||||
directory = evmod_script
|
||||
url = https://github.com/evol3D/evol-mod-scripting.git
|
||||
revision = master
|
||||
|
||||
[provide]
|
||||
dependency_names = evmod_script
|
||||
Reference in New Issue
Block a user