From f68fb3b96b593f56ec70ad17f216fe3aedbc020d Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 15 Oct 2021 23:18:51 +0200 Subject: Moved sample client program to own repository --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4116485..68ff6e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,4 +9,3 @@ find_package(rpclib 2 REQUIRED) add_subdirectory(common) add_subdirectory(daemon) add_subdirectory(library) -add_subdirectory(sample_client) -- cgit v1.1