summaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/SCsub
blob: 2031a4236bf67d4b73d9c9b5dfa06e9a33bb5389 (plain)
1
2
3
4
5
6
7
8
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')