Add action map editor for OpenXR
This commit is contained in:
parent
7bb963efe9
commit
9b7b9de0e5
39 changed files with 2739 additions and 58 deletions
|
|
@ -83,5 +83,9 @@ if env["vulkan"]:
|
|||
|
||||
env.modules_sources += module_obj
|
||||
|
||||
if env["tools"]:
|
||||
SConscript("editor/SCsub")
|
||||
|
||||
# Needed to force rebuilding the module files when the thirdparty library is updated.
|
||||
env.Depends(module_obj, thirdparty_obj)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue