17b266c3a0
Also, sync boost.py waf tool with ndn-cxx Change-Id: I75ed79725706313c3e64913de0fac17e2c182b8c
9 lines
221 B
Python
9 lines
221 B
Python
top = '..'
|
|
|
|
def build(bld):
|
|
bld.program(target='../unit-tests',
|
|
name='unit-tests',
|
|
source=bld.path.ant_glob('**/*.cpp'),
|
|
use='PSync',
|
|
install_path=None)
|