Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(30)

Unified Diff: src/mobility-service-interface/examples/wscript

Issue 265730044: Code review for the mobility-service-interface
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/mobility-service-interface/examples/wscript
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/mobility-service-interface/examples/wscript
@@ -0,0 +1,17 @@
+# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
+
+def build(bld):
+ if not bld.env['ENABLE_EXAMPLES']:
+ return;
+ obj = bld.create_ns3_program('routes-mobility-example',
+ ['core', 'mobility','netanim','mobility-service-interface'])
+ obj.source = 'routes-mobility-example.cc'
+
+ obj = bld.create_ns3_program('routes-mobility-offline-example',
+ ['core', 'mobility','netanim','mobility-service-interface'])
+ obj.source = 'routes-mobility-offline-example.cc'
+
+ obj = bld.create_ns3_program('routes-mobility-automatic-example',
+ ['core', 'mobility','netanim','mobility-service-interface'])
+ obj.source = 'routes-mobility-automatic-example.cc'
+

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b