xlnt/third-party/cxxtest/build_tools/SCons/test/libpath/SConstruct

4 lines
138 B
Python

env = Environment(toolpath=['../../'],tools=['default','cxxtest'])
SConscript(['src/SConscript', 'test/SConscript'], exports = ['env'])