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

Import('env')

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