X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RIC-E2-TERMINATION%2FCMakeLists.txt;h=2de0895eb9e96c3a469454f1a1e7538236e2ae60;hb=4391e59d9d30118894d0df2d4b78f931456a460f;hp=19d38297d94a34967780bf8dbb0632d3e948b424;hpb=7b437f758a65cbb98708e88ce72ccd1b2b0ea7fb;p=ric-plt%2Fe2.git 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 @@ endif () 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 @@ link_libraries(nsl boost_thread boost_system rt + tbb boost_filesystem cgreen pthread) @@ -107,7 +109,10 @@ add_executable(e2 RIC-E2-TERMINATION/sctpThread.cpp 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)