diff options
author | Thomas Herzog <thomas.herzog@mail.com> | 2018-06-29 19:32:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-29 19:32:22 +0200 |
commit | 22dac831bc1fd53de50900fc271c5ac8f7682dcb (patch) | |
tree | cf8bd3d94914a5c983609929f3357968c0617a8e /modules/gdnative/SCsub | |
parent | 0ffec7daf762b74c7453aa22b71865e63660901c (diff) | |
parent | 15451479e5baba92f22e6ed5bb521809e4c0dcf6 (diff) |
Merge pull request #19757 from Faless/gdnet_pr
Network bindings for GDNative
Diffstat (limited to 'modules/gdnative/SCsub')
-rw-r--r-- | modules/gdnative/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdnative/SCsub b/modules/gdnative/SCsub index a3434995aa..116a86b27b 100644 --- a/modules/gdnative/SCsub +++ b/modules/gdnative/SCsub @@ -13,6 +13,7 @@ gdn_env.add_source_files(env.modules_sources, "gdnative_library_editor_plugin.cp gdn_env.Append(CPPPATH=['#modules/gdnative/include/']) +SConscript("net/SCsub") SConscript("arvr/SCsub") SConscript("pluginscript/SCsub") |