commit | c9266044f285f243c8e73a22a366a4b4f37b79aa | [log] [tgz] |
---|---|---|
author | Ilya Moiseenko <iliamo@ucla.edu> | Wed Nov 02 17:49:21 2011 -0700 |
committer | Ilya Moiseenko <iliamo@ucla.edu> | Wed Nov 02 17:51:58 2011 -0700 |
tree | 4837b87fefb3c8c57f691baa14b7d813be49847d | |
parent | beceb367b093c354d6da83f77b00a9bcd823d032 [diff] [blame] |
Ccnx-grid example
diff --git a/wscript b/wscript index f462373..bd94d0f 100644 --- a/wscript +++ b/wscript
@@ -61,6 +61,8 @@ obj = bld.create_ns3_program('ccnx-routing-simple', ['NDNabstraction', 'point-to-point-layout']) obj.source = 'examples/ccnx-routing-simple.cc' + obj = bld.create_ns3_program('ccnx-grid', ['NDNabstraction', 'point-to-point-layout']) + obj.source = 'examples/ccnx-grid.cc' # for path in ["examples"]: # anode = bld.path.find_dir (path)