Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ChronoSync
/
6133f9ac4b6552f258602ebf0c007926f0fadc59
/
.
/
examples
/
wscript
blob: 3b46e2d881d0ff25ae507b3b1da8383b33f52432 [
file
] [
log
] [
blame
]
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def
build
(
bld
):
obj
=
bld
.
create_ns3_program
(
'sync-example'
,
[
'sync'
])
obj
.
source
=
'sync-example.cc'