6 lines
231 B
Python
6 lines
231 B
Python
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
|
|
|
|
def build(bld):
|
|
obj = bld.create_ns3_program('object-names', ['core', 'csma', 'internet', 'applications'])
|
|
obj.source = 'object-names.cc'
|