Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
c115fba6644bf0e2895fda9f58c41e1ed402eb45
/
.
/
examples
/
wscript
blob: 1ebcd2da9e1408e631170ed9e23341c14980e7e8 [
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.c'