godot-module-template/engine/editor/settings/SCsub
2026-04-04 19:38:56 +02:00

6 lines
127 B
Python

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
env.add_source_files(env.editor_sources, "*.cpp")