X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frmr%2Fcommon%2FCMakeLists.txt;h=35833bfbd809b220f45e1ae6490fe511fab21556;hb=3c832c14cdda950ebd2efea2f53e4ed99de81521;hp=b499a8f8fd7f63060c7103d61a1cc5df2dcdce28;hpb=29d871650240d6b4fba0ca46d7f13a90c004003c;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/common/CMakeLists.txt b/src/rmr/common/CMakeLists.txt index b499a8f..35833bf 100644 --- a/src/rmr/common/CMakeLists.txt +++ b/src/rmr/common/CMakeLists.txt @@ -21,6 +21,7 @@ add_library( common_objects OBJECT src/symtab.c + src/logging.c src/mbuf_api.c src/wrapper.c ) @@ -35,6 +36,7 @@ if( DEV_PKG ) install( FILES include/rmr.h include/rmr_symtab.h + include/rmr_logging.h include/RIC_message_types.h DESTINATION ${install_root}/${install_inc} )