Skip to content

Commit

Permalink
Merge pull request #14699 from GodotExplorer/gdnlib_editor
Browse files Browse the repository at this point in the history
Add plugin to edit GDNativeLibrary
  • Loading branch information
karroffel authored Dec 18, 2017
2 parents b3a1bf3 + 13bd5c2 commit 8d13753
Show file tree
Hide file tree
Showing 6 changed files with 555 additions and 17 deletions.
4 changes: 2 additions & 2 deletions modules/gdnative/SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
Import('env')

gdn_env = env.Clone()

gdn_env.add_source_files(env.modules_sources, "gd_native_library_editor.cpp")
gdn_env.add_source_files(env.modules_sources, "gdnative.cpp")
gdn_env.add_source_files(env.modules_sources, "register_types.cpp")
gdn_env.add_source_files(env.modules_sources, "gdnative/*.cpp")
gdn_env.add_source_files(env.modules_sources, "nativescript/*.cpp")
gdn_env.add_source_files(env.modules_sources, "gdnative_library_singleton_editor.cpp")
gdn_env.add_source_files(env.modules_sources, "gdnative_library_editor_plugin.cpp")

gdn_env.Append(CPPPATH=['#modules/gdnative/include/'])

Expand Down
Loading

0 comments on commit 8d13753

Please sign in to comment.