summaryrefslogtreecommitdiff
path: root/SConscript
blob: bc207646d2ac7706c97e4f064f4af38b696d7230 (plain)
1
2
3
4
5
6
7
8
9
# Don't call this file explicitly, it is called implicitly by the build rules.

Import('env')

env.Append(
	LIB_SOURCES = Glob('*.cpp') + Glob('*/*.cpp'),
)

# vim: syn=python