summaryrefslogtreecommitdiffstats
path: root/test/demo/bin/libgdexample.osx.template_debug.framework/Resources
Commit message (Collapse)AuthorAgeFilesLines
* Add automated tests that run a GDExtension (rather than just building it)David Snopek2023-05-171-26/+0
|
* [SCons] Refactor targets, symbols, optimizations.Fabio Alessandrelli2022-10-041-0/+26
Now matches Godot `master` target names and supports the same flags with the following notable exceptions: - The default target is "template_debug", since it's compatible with editor builds (and TOOLS_ENABLED is never used internally). - separate_debug_symbols is still not supported, and will be done in a separate commit.