Fix dummy values in gRPC message sent to RC xApp
[ric-app/ts.git] / src / ts_xapp / CMakeLists.txt
index fe4fb2b..47fd406 100644 (file)
 find_package(Protobuf REQUIRED)
 
 add_executable( ts_xapp ts_xapp.cpp )
-target_link_libraries( ts_xapp ricxfcpp;rmr_si;pthread;curl;rc-api;grpc++;${Protobuf_LIBRARY} )
+target_include_directories( ts_xapp PUBLIC ${srcd}/src ${srcd}/ext )
+target_link_libraries( ts_xapp
+                        ricxfcpp
+                        rmr_si
+                        pthread
+                        rc_objects
+                        grpc++
+                        ${Protobuf_LIBRARY}
+                        utils_objects
+                        curl
+)
 
 install(
     TARGETS ts_xapp