godot/servers/debugger/SCsub
Fabio Alessandrelli 87f4bbd668 [Debugger] Move most profilers to ServersDebugger.
Also splits bandwidth/rpc profiler (RPCProfiler is now in
SceneDebugger).
2022-02-06 17:36:48 +01:00

6 lines
89 B
Python

#!/usr/bin/env python
Import("env")
env.add_source_files(env.servers_sources, "*.cpp")