Compile the random-walk-2d-mobility-model sources.
This commit is contained in:
@@ -17,6 +17,7 @@ def build(bld):
|
||||
'static-speed-helper.cc',
|
||||
'static-speed-mobility-model.cc',
|
||||
'random-waypoint-mobility-model.cc',
|
||||
'random-walk-2d-mobility-model.cc',
|
||||
]
|
||||
|
||||
headers = bld.create_obj('ns3header')
|
||||
@@ -35,4 +36,5 @@ def build(bld):
|
||||
'static-speed-helper.h',
|
||||
'static-speed-mobility-model.h',
|
||||
'random-waypoint-mobility-model.h',
|
||||
'random-walk-2d-mobility-model.h',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user