examples+utils: Adding example to evaluate memory footprint of ContentStore/Pit
diff --git a/examples/wscript b/examples/wscript
index 7a24cc8..b21629e 100644
--- a/examples/wscript
+++ b/examples/wscript
@@ -47,3 +47,6 @@
 
     obj = bld.create_ns3_program('ndn-simple-with-different-sizes-content-store', ['ndnSIM'])
     obj.source = 'ndn-simple-with-different-sizes-content-store.cc'
+
+    obj = bld.create_ns3_program('ndn-simple-with-cs-lfu', ['ndnSIM'])
+    obj.source = 'ndn-simple-with-cs-lfu.cc'