Don't need to block multiple thread access. Refactor and update a bit for an upcoming...
[zxing.git] / cpp / SConstruct
1 SConscript('SConscript', variant_dir='build')
2
3 Alias('all', ['lib', 'tests', 'zxing'])
4 Default('all')
5
6 # Remove build folder on "scons -c all"
7 Clean('all', 'build')