Files
engine/core/math/SCsub
T

8 lines
115 B
Python
Raw Normal View History

#!/usr/bin/env python
Import("env")
2014-02-09 22:10:30 -03:00
2019-07-11 15:21:47 +02:00
env_math = env.Clone()
env_math.add_source_files(env.core_sources, "*.cpp")