godot-module-template/engine/drivers/apple/SCsub
2025-04-12 18:40:44 +02:00

9 lines
200 B
Python

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
# Driver source files
env.add_source_files(env.drivers_sources, "*.mm")
env.add_source_files(env.drivers_sources, "*.cpp")