Update TS xApp for Release E use case
[ric-app/ts.git] / src / ts_xapp / CMakeLists.txt
index 9fbc412..fe4fb2b 100644 (file)
 #==================================================================================
 #
 
+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