blob: 7a49ca355359566a36d8a8a9f84b7505d1548689 [file] [log] [blame]
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def build(bld):
obj = bld.create_ns3_program('ccnx-simple', ['ndnSIM'])
obj.source = 'ccnx-simple.cc'
obj = bld.create_ns3_program('ccnx-grid', ['ndnSIM', 'point-to-point', 'point-to-point-layout'])
obj.source = 'ccnx-grid.cc'
obj = bld.create_ns3_program('trie', ['ndnSIM'])
obj.source = 'trie.cc'