From 9fa9857a7514469d062335cd2dcb8c0d06eb624c Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 11 Feb 2020 13:41:10 -0600 Subject: Enter DiskMan --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 79a5db1..6aafe43 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,6 +77,7 @@ IF(INSTALL) endif() set(BUILD_SHARED_LIBS ON) + add_subdirectory(diskman) add_subdirectory(executor) ELSE(INSTALL) set(BUILD_SHARED_LIBS OFF) -- cgit v1.2.3-60-g2f50