X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=RIC-E2-TERMINATION%2FCMakeLists.txt;h=9f938bcea8ec1ad6f457024e54802bb79e52ef90;hb=7ed3d136833054ddbb258cb6651f54290d636426;hp=54975c4762dad606f835b5178f8473008e0f8c85;hpb=a8a819f0ab3b5841bfdfb967291b0580351baf43;p=ric-plt%2Fe2.git diff --git a/RIC-E2-TERMINATION/CMakeLists.txt b/RIC-E2-TERMINATION/CMakeLists.txt index 54975c4..9f938bc 100644 --- a/RIC-E2-TERMINATION/CMakeLists.txt +++ b/RIC-E2-TERMINATION/CMakeLists.txt @@ -67,8 +67,7 @@ link_libraries(nsl m dl mdclog - rmr_nng - nng + rmr_si asn1codec boost_system boost_log_setup @@ -89,6 +88,7 @@ add_executable(e2 RIC-E2-TERMINATION/sctpThread.cpp RIC-E2-TERMINATION/base64.cpp RIC-E2-TERMINATION/ReadConfigFile.h RIC-E2-TERMINATION/BuildRunName.h) + target_link_libraries(e2 librmr_nng.a) target_link_libraries(e2 librmr_si.a) target_link_libraries(e2 libicui18n.a) @@ -108,11 +108,11 @@ add_executable(b64Test add_executable(sctpClient - RIC-E2-TERMINATION/TEST/sctpClient/sctpClient.cpp - RIC-E2-TERMINATION/TEST/sctpClient/sctpClient.h - RIC-E2-TERMINATION/TEST/rmrClient/rmrClient.h - RIC-E2-TERMINATION/TEST/httpServer/HttpServer.cpp - RIC-E2-TERMINATION/TEST/httpServer/HttpServer.h + RIC-E2-TERMINATION/TEST/testAsn/sctpClient/sctpClient.cpp + RIC-E2-TERMINATION/TEST/testAsn/sctpClient/sctpClient.h + RIC-E2-TERMINATION/TEST/testAsn/rmrClient/rmrClient.h + RIC-E2-TERMINATION/TEST/testAsn/httpServer/HttpServer.cpp + RIC-E2-TERMINATION/TEST/testAsn/httpServer/HttpServer.h RIC-E2-TERMINATION/base64.h RIC-E2-TERMINATION/base64.cpp RIC-E2-TERMINATION/TEST/T1/E2Builder.h @@ -126,7 +126,7 @@ target_link_libraries(sctpClient librmr_si.a) #target_link_libraries(sctpClient libnng.a) add_executable(setUpMessages - RIC-E2-TERMINATION/TEST/setUpMessages/SetUpMessages.cpp + RIC-E2-TERMINATION/TEST/testAsn/setUpMessages/SetUpMessages.cpp RIC-E2-TERMINATION/BuildRunName.h )