From 7da39cd68d2bed2f49452ac5f9a3c01c52d0c5ba Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 19 Jun 2026 19:25:30 +0200 Subject: lib: clean up structure --- CMakeLists.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 00318e7..bb68832 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,14 +48,17 @@ target_sources("ttwhy-core" PUBLIC FILE_SET CXX_MODULES FILES - "ttwhy/event.cppm" "ttwhy/io.cppm" "ttwhy/lib.cppm" - "ttwhy/scanner.cppm" "ttwhy/scoped_attributes.cppm" - "ttwhy/routers.cppm" "ttwhy/routers/echo.cppm" + "ttwhy/routers/mod.cppm" + + "ttwhy/scanners/ansi.cppm" + "ttwhy/scanners/concepts.cppm" + "ttwhy/scanners/mod.cppm" + "ttwhy/scanners/events.cppm" ) target_include_directories("ttwhy-core" PUBLIC -- cgit v1.2.3