X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=90d5effb04907b19032e128c1cbf48d961e29ec9;hb=05b943879d8e01e5edf28db6ae1e2a8dceb9c46b;hp=d11c6af9d1c60b9e2d9bcd26bb43018e41922a18;hpb=95e67b4fdf339209454b05fdd845ce299f78ae61;p=ric-app%2Fts.git diff --git a/CMakeLists.txt b/CMakeLists.txt index d11c6af..90d5eff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,6 +93,9 @@ else() endif() unset( GPROF CACHE ) # ensure this does not persist +# protobuf and grpc stufs +add_subdirectory( ext/protobuf ) + # each binary is built from a subset add_subdirectory( src/ts_xapp )