blob: 748a29207faff93839cd911e272169ddd248cce5 [file] [log] [blame]
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
top = '../..'
def build(bld):
bld.program(
features='cxx',
target='../../bin/ndn-dissect',
source='ndn-dissect.cpp',
use='core-objects',
)