blob: 748a29207faff93839cd911e272169ddd248cce5 [file] [log] [blame]
Junxiao Shie5adbfd2015-06-18 14:42:06 -07001# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2top = '../..'
3
4def build(bld):
5 bld.program(
6 features='cxx',
7 target='../../bin/ndn-dissect',
8 source='ndn-dissect.cpp',
9 use='core-objects',
10 )