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 | |||||
Alexander Afanasyev | a514d63 | 2012-02-14 18:54:14 -0800 | [diff] [blame] | 7 | obj = bld.create_ns3_program('ccnx-grid', ['NDNabstraction', 'internet', 'point-to-point', 'point-to-point-layout']) |
8 | obj.source = 'ccnx-grid.cc' |