Files
unison/examples/matrix-topology/wscript
2010-10-18 22:02:03 -07:00

7 lines
275 B
Python

## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def build(bld):
obj = bld.create_ns3_program('matrix-topology',
['simulator', 'common', 'node', 'internet-stack'])
obj.source = 'matrix-topology.cc'