diff options
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle index 06e2d45..7f72b78 100644 --- a/settings.gradle +++ b/settings.gradle @@ -18,3 +18,4 @@ dependencyResolutionManagement { } rootProject.name = "Godot Android Samples" include ':plugins:hello_world', ':plugins:hello_signals', ':plugins:hello_gdextension' +include ':apps:gltf_viewer' |