add tutorial directory and hello-simulator
This commit is contained in:
6
tutorial/wscript
Normal file
6
tutorial/wscript
Normal file
@@ -0,0 +1,6 @@
|
||||
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
|
||||
|
||||
def build(bld):
|
||||
obj = bld.create_ns3_program('hello-simulator',
|
||||
['core'])
|
||||
obj.source = 'hello-simulator.cc'
|
||||
Reference in New Issue
Block a user