From e014d3cc269c636767528f2cdd716fc6badcaa89 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Mon, 20 Apr 2026 18:49:45 -0700 Subject: Integration with ctest --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a35fde4..9fe9a9c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -6,8 +6,8 @@ set(CMAKE_C_STANDARD 23) set(CMAKE_C_STANDARD_REQUIRED On) set(CMAKE_C_EXTENSIONS Off) -add_library(test INTERFACE +add_library(ctest INTERFACE test.h) -target_include_directories(test INTERFACE +target_include_directories(ctest INTERFACE .) -- cgit v1.2.3