1
0
Fork 0
mirror of https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git synced 2025-08-16 19:00:54 +02:00
ns-3-leo/examples/wscript
Tim Schubert 13e4bf1aa7 init
2020-06-21 12:09:49 +02:00

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'