godot-module-template/engine/modules/openxr/action_map/SCsub

11 lines
160 B
Plaintext
Raw Normal View History

2025-01-17 15:36:38 +00:00
#!/usr/bin/env python
Import("env")
Import("env_openxr")
module_obj = []
env_openxr.add_source_files(module_obj, "*.cpp")
env.modules_sources += module_obj