From b9e96d1b28eb5fa69f5c8e572e13695669354b23 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 7 Jun 2022 16:54:43 +0200 Subject: Renamed internal common to config --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 20d0f18..25ce8e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_EXTENSIONS No) find_package(Threads REQUIRED) find_package(rpclib 2 REQUIRED) -add_subdirectory(common) +add_subdirectory(config) add_subdirectory(daemon) add_subdirectory(library) add_subdirectory(examples) -- cgit v1.1