From d7c8c34d2ba0b2f3e449ebb1bf4e2bb0d6542b04 Mon Sep 17 00:00:00 2001 From: Michael <4115205+MelamudMichael@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:00:51 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd66659..bc85302 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,4 +24,4 @@ cmake_minimum_required(VERSION 3.20) project(samples VERSION 0.1.0 LANGUAGES CXX) add_subdirectory(pubsub) -#add_subdirectory(rpc) +add_subdirectory(rpc)