Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-tools
/
e5adbfd3165e7c2eba665ee9d348eb95646cbb81
/
.
/
tools
/
dissect
/
wscript
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'
,
)