Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
43e702598082e6852c8ef0b33e47a1bec41302cb
/
.
/
examples
/
wscript
blob: f3bca13f323dc596df1adb42bb6f7380c283081e [
file
] [
log
] [
blame
]
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def
build
(
bld
):
obj
=
bld
.
create_ns3_program
(
'syntactic-topology-ndnabstraction'
,
[
'core-module'
])
obj
.
source
=
'syntactic-topology-ndnabstraction.cc'