SCons builds and installs the csvdiff program
This commit is contained in:
parent
e2176738cc
commit
f9e8d5ca88
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ localenv = env.Clone()
|
|||
|
||||
programs = [('cti2ctml', ['src/cti2ctml.cpp'], ['ctbase']),
|
||||
('ck2cti', ['src/ck2cti.cpp'], ['converters','ctbase','tpx','ctcxx']),
|
||||
('fixtext', ['src/fixtext.cpp'] , [])]
|
||||
('fixtext', ['src/fixtext.cpp'] , []),
|
||||
('csvdiff', mglob(localenv, 'testtools', 'cpp'), [])]
|
||||
|
||||
for name, src, libs in programs:
|
||||
prog = localenv.Program(target=pjoin('..', 'bin', name),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue