branch | hash |
changeset 9940 | 4f7a9a3fce62 |
parent 9843 | ea6ed35dd7b2 |
--- a/src/core/examples/wscript Tue Nov 13 16:44:26 2012 -0800 +++ b/src/core/examples/wscript Wed Jul 10 18:22:58 2013 -0700 @@ -33,6 +33,10 @@ ['core']) obj.source = 'command-line-example.cc' + obj = bld.create_ns3_program('hash-example', + ['core']) + obj.source = 'hash-example.cc' + if bld.env['ENABLE_THREADING'] and bld.env["ENABLE_REAL_TIME"]: obj = bld.create_ns3_program('main-test-sync', ['network']) obj.source = 'main-test-sync.cc'