X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fts_xapp%2FCMakeLists.txt;h=9fbc412c13f8e1e665389b16176795be7f1d8309;hb=b86721b7806e95d07e96cc52bdc7a979ec3dd2f2;hp=06ea5f2f5cacf19bf5c6b063cf964eeed54c34a3;hpb=d846166903e6508eed9848aaa47e6e563ecdf436;p=ric-app%2Fts.git diff --git a/src/ts_xapp/CMakeLists.txt b/src/ts_xapp/CMakeLists.txt index 06ea5f2..9fbc412 100644 --- a/src/ts_xapp/CMakeLists.txt +++ b/src/ts_xapp/CMakeLists.txt @@ -16,9 +16,9 @@ # add_executable( ts_xapp ts_xapp.cpp ) -target_link_libraries( ts_xapp ricxfcpp;rmr_si;sdl;pthread ) +target_link_libraries( ts_xapp ricxfcpp;rmr_si;pthread;curl ) -install( +install( TARGETS ts_xapp DESTINATION ${install_bin} )