7 lines
248 B
Python
7 lines
248 B
Python
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
|
|
|
|
def build(bld):
|
|
obj = bld.create_ns3_program('wifi-example-sim', ['stats'])
|
|
obj.source = ['wifi-example-sim.cc',
|
|
'wifi-example-apps.cc']
|