blob: 6ebf98e9d1b86695142edc63658d1cc59545f0c8 [file] [log] [blame]
Alexander Afanasyev957a84a2013-01-23 10:21:06 -08001# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
3def 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'