From a4b92ca698770dc64639e51c76edb5dee16d2792 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 20 Jun 2026 10:25:09 +0200 Subject: lib: switch to policy based scanner design --- CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 390afbc..12536ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,10 +61,11 @@ target_sources("ttwhy-core" PUBLIC "ttwhy/routers/echo.cppm" "ttwhy/routers/mod.cppm" - "ttwhy/scanners/ansi.cppm" "ttwhy/scanners/concepts.cppm" - "ttwhy/scanners/mod.cppm" "ttwhy/scanners/events.cppm" + "ttwhy/scanners/mod.cppm" + "ttwhy/scanners/terminal_policies.cppm" + "ttwhy/scanners/terminal_scanner.cppm" ) target_include_directories("ttwhy-core" PUBLIC @@ -111,7 +112,7 @@ if(BUILD_TESTING) add_executable("ttwhy::tests" ALIAS "ttwhy-tests") target_sources("ttwhy-tests" PRIVATE - "ttwhy/scanners/ansi.tests.cpp" + "ttwhy/scanners/terminal_scanner.tests.cpp" ) target_link_libraries("ttwhy-tests" PRIVATE -- cgit v1.2.3