X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fts_xapp%2FCMakeLists.txt;fp=src%2Fts_xapp%2FCMakeLists.txt;h=fe4fb2bb10aa8a35a365a222eba8d74ce4ca6d5f;hb=05b943879d8e01e5edf28db6ae1e2a8dceb9c46b;hp=9fbc412c13f8e1e665389b16176795be7f1d8309;hpb=95e67b4fdf339209454b05fdd845ce299f78ae61;p=ric-app%2Fts.git diff --git a/src/ts_xapp/CMakeLists.txt b/src/ts_xapp/CMakeLists.txt index 9fbc412..fe4fb2b 100644 --- a/src/ts_xapp/CMakeLists.txt +++ b/src/ts_xapp/CMakeLists.txt @@ -15,8 +15,10 @@ #================================================================================== # +find_package(Protobuf REQUIRED) + add_executable( ts_xapp ts_xapp.cpp ) -target_link_libraries( ts_xapp ricxfcpp;rmr_si;pthread;curl ) +target_link_libraries( ts_xapp ricxfcpp;rmr_si;pthread;curl;rc-api;grpc++;${Protobuf_LIBRARY} ) install( TARGETS ts_xapp