Add wrapper for waypoints file

This commit is contained in:
Tim Schubert 2020-07-06 17:25:22 +02:00
parent 8ab0bc023e
commit 9ead83462b
5 changed files with 202 additions and 0 deletions

View file

@ -21,6 +21,7 @@ def build(bld):
'model/mock-net-device.cc',
'model/mock-channel.cc',
'helper/nd-cache-helper.cc',
'utils/leo-input-fstream-container.cc',
]
module_test = bld.create_ns3_module_test_library('leo')
@ -29,6 +30,7 @@ def build(bld):
'test/isl-test-suite.cc',
'test/isl-mock-channel-test-suite.cc',
'test/leo-mock-channel-test-suite.cc',
'test/leo-input-fstream-container-test-suite.cc',
]
headers = bld(features='ns3header')
@ -46,6 +48,7 @@ def build(bld):
'model/mock-net-device.h',
'model/mock-channel.h',
'helper/nd-cache-helper.h',
'utils/leo-input-fstream-container.h',
]
if bld.env.ENABLE_EXAMPLES: