X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ext%2Fprotobuf%2FCMakeLists.txt;h=953f835f55568a951a2b062153086a80780d82df;hb=b3c0ad53ac53e47884f42fc2329e19b5ace41a72;hp=d3b7d5767dd6ca2c2fe9c2457cf6f25dc6602186;hpb=cdbacea1f501e316b747222dd50b5a573ba08e13;p=ric-app%2Fts.git diff --git a/ext/protobuf/CMakeLists.txt b/ext/protobuf/CMakeLists.txt index d3b7d57..953f835 100644 --- a/ext/protobuf/CMakeLists.txt +++ b/ext/protobuf/CMakeLists.txt @@ -21,7 +21,7 @@ # For clarity: this generates object, not a lib as the CM command implies. # add_library( rc_objects OBJECT - api.pb.cc api.grpc.pb.cc + rc.pb.cc rc.grpc.pb.cc ) target_include_directories (rc_objects PUBLIC @@ -32,7 +32,7 @@ target_include_directories (rc_objects PUBLIC # header files should go into .../include/ts_xapp/ if( DEV_PKG ) install( FILES - api.pb.h api.grpc.pb.h + rc.pb.h rc.grpc.pb.h DESTINATION ${install_inc} ) endif()