From b29f9205e85502528f41638505a4841b28fd63fc Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 21 Apr 2026 04:51:51 +0200 Subject: [PATCH] Add smart --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25bd94d..eae5100 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -143,6 +143,7 @@ add_subdirectory(opt) add_subdirectory(sys) add_subdirectory(dosutils) add_subdirectory(mail) +add_subdirectory(smart) SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "MARtin Stovers NetWare-Emulator.") SET(CPACK_PACKAGE_VENDOR "http://www.compu-art.de/mars_nwe/")