mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
9 lines
284 B
Python
9 lines
284 B
Python
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
|
|
|
|
def build(bld):
|
|
obj = bld.create_ns3_program('leo-example', ['leo'])
|
|
obj.source = 'leo-example.cc'
|
|
|
|
obj = bld.create_ns3_program('isl-example', ['leo'])
|
|
obj.source = 'isl-example.cc'
|
|
|