examples: Add a new example showing how to set custom size of content store on different nodes
diff --git a/examples/wscript b/examples/wscript
index 5d61417..7a24cc8 100644
--- a/examples/wscript
+++ b/examples/wscript
@@ -44,3 +44,6 @@
 
     obj = bld.create_ns3_program('ndn-simple-pit-policies', ['ndnSIM'])
     obj.source = 'ndn-simple-pit-policies.cc'
+
+    obj = bld.create_ns3_program('ndn-simple-with-different-sizes-content-store', ['ndnSIM'])
+    obj.source = 'ndn-simple-with-different-sizes-content-store.cc'