summaryrefslogtreecommitdiff
path: root/tools/collada/SCsub
blob: c8eaa596d188260bceca50e1ea74b1f0eb0b5ddf (plain)
1
2
3
4
5
6
7
Import('env')

env.add_source_files(env.tool_sources,"*.cpp")

Export('env')