Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndnSIM
/
f04d451df38d5afea7f5cfc6af57f8f73d271907
/
.
/
examples
/
wscript
blob: def6b0a758cf9c47ae7edc6b082a3f343cba5230 [
file
] [
log
] [
blame
]
Alexander Afanasyev
f04d451
2012-02-14 18:42:47 -0800
[
diff
] [
blame^
]
1
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
3
def
build
(
bld
):
4
obj
=
bld
.
create_ns3_program
(
'ccnx-simple'
,
[
'NDNabstraction'
])
5
obj
.
source
=
'ccnx-simple.cc'
6