Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
1762af750b9714ff11370db3d9d4cfd91ffad2af
/
.
/
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'