1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

[GDnative] add pluginscript \o/

This commit is contained in:
Emmanuel Leblond
2017-10-08 23:47:38 +02:00
parent 0d0cb01f33
commit e715be0f0a
20 changed files with 1937 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env python
Import('env')
Import('env_modules')
env_pluginscript = env_modules.Clone()
env_pluginscript.Append(CPPPATH=['#modules/gdnative/include/'])
env_pluginscript.add_source_files(env.modules_sources, '*.cpp')