summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-10-15 23:18:51 +0200
committerAki <please@ignore.pl>2021-10-15 23:19:36 +0200
commitf68fb3b96b593f56ec70ad17f216fe3aedbc020d (patch)
tree54d16cdde4d598c6e3b4242722cc0bffa6f85af7 /CMakeLists.txt
parent08c67e6be1c2ca4d0f72cfceb95241d042b3d078 (diff)
downloadhwd-f68fb3b96b593f56ec70ad17f216fe3aedbc020d.zip
hwd-f68fb3b96b593f56ec70ad17f216fe3aedbc020d.tar.gz
hwd-f68fb3b96b593f56ec70ad17f216fe3aedbc020d.tar.bz2
Moved sample client program to own repository
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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)