X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=RIC-E2-TERMINATION%2FCMakeLists.txt;h=95986fea7fdd2e349cde6797262a451cdb89451b;hb=refs%2Fchanges%2F43%2F4243%2F1;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..95986fe 100644 --- a/RIC-E2-TERMINATION/CMakeLists.txt +++ b/RIC-E2-TERMINATION/CMakeLists.txt @@ -43,6 +43,9 @@ 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/prometheus-cpp + RIC-E2-TERMINATION/3rdparty/prometheus-cpp/core/include RIC-E2-TERMINATION/3rdparty cmake-modules) @@ -95,8 +98,14 @@ link_libraries(nsl boost_thread boost_system rt + tbb boost_filesystem cgreen + prometheus-cpp-core + prometheus-cpp-pull + prometheus-cpp-push + z + curl pthread) add_executable(e2 RIC-E2-TERMINATION/sctpThread.cpp @@ -107,13 +116,19 @@ 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/3rdparty/pugixml/src/pugiconfig.hpp + # RIC-E2-TERMINATION/3rdparty/pugixml/src/pugixml.cpp + # RIC-E2-TERMINATION/3rdparty/pugixml/src/pugixml.hpp + # RIC-E2-TERMINATION/BuildXml.h + ) target_link_libraries(e2 libasn1ce2smcodec.a) -target_link_libraries(e2 librmr_nng.a) target_link_libraries(e2 librmr_si.a) target_link_libraries(e2 libicui18n.a) target_link_libraries(e2 libicuuc.a) target_link_libraries(e2 libicudata.a) +target_link_libraries(e2 prometheus-cpp-core.a) +target_link_libraries(e2 prometheus-cpp-pull.a) +target_link_libraries(e2 prometheus-cpp-push.a) #target_link_libraries(e2 libnng.a) @@ -141,9 +156,7 @@ add_executable(sctpClient #RIC-E2-TERMINATION/TEST/T1/ ) target_link_libraries(sctpClient libpistache.a) -target_link_libraries(sctpClient librmr_nng.a) target_link_libraries(sctpClient librmr_si.a) -#target_link_libraries(sctpClient libnng.a) add_executable(setUpMessages RIC-E2-TERMINATION/TEST/testAsn/setUpMessages/SetUpMessages.cpp