Alexander Afanasyev | 957a84a | 2013-01-23 10:21:06 -0800 | [diff] [blame] | 1 | # -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- |
2 | |||||
3 | def build(bld): | ||||
4 | if 'topology' in bld.env['NDN_plugins']: | ||||
5 | obj = bld.create_ns3_program('rocketfuel-maps-cch-to-annotaded', ['ndnSIM']) | ||||
6 | obj.source = 'rocketfuel-maps-cch-to-annotaded.cc' |