From e0d0ce34297ff535e5da8434507c54c5e154ed14 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Mon, 16 Sep 2024 08:27:00 -0700 Subject: Add test library. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e2206ac..dae71bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.0) project(clib) +add_subdirectory(test) + add_subdirectory(cassert) add_subdirectory(cstring) add_subdirectory(error) -- cgit v1.2.3