version 4.0.7
Patch on stat
Add convert E2SM to xml

Change-Id: I12213ea2ec37588054f40116721e82d67097f186
Signed-off-by: aa7133@att.com <aa7133@att.com>
diff --git a/RIC-E2-TERMINATION/CMakeLists.txt b/RIC-E2-TERMINATION/CMakeLists.txt
index 19d3829..2de0895 100644
--- a/RIC-E2-TERMINATION/CMakeLists.txt
+++ b/RIC-E2-TERMINATION/CMakeLists.txt
@@ -43,6 +43,7 @@
 include_directories(RIC-E2-TERMINATION
         RIC-E2-TERMINATION/3rdparty/oranE2
         RIC-E2-TERMINATION/3rdparty/oranE2SM
+        RIC-E2-TERMINATION/3rdparty/cxxopts/include
         RIC-E2-TERMINATION/3rdparty
         cmake-modules)
 
@@ -95,6 +96,7 @@
         boost_thread
         boost_system
         rt
+        tbb
         boost_filesystem
         cgreen
         pthread)
@@ -107,7 +109,10 @@
         RIC-E2-TERMINATION/base64.cpp
         RIC-E2-TERMINATION/ReadConfigFile.h
         RIC-E2-TERMINATION/BuildRunName.h
-        RIC-E2-TERMINATION/statCollector.h)
+        RIC-E2-TERMINATION/statCollector.h
+        RIC-E2-TERMINATION/3rdparty/pugixml/src/pugiconfig.hpp
+        RIC-E2-TERMINATION/3rdparty/pugixml/src/pugixml.cpp
+        RIC-E2-TERMINATION/3rdparty/pugixml/src/pugixml.hpp)
 target_link_libraries(e2 libasn1ce2smcodec.a)
 target_link_libraries(e2 librmr_nng.a)
 target_link_libraries(e2 librmr_si.a)