From a7aadafc8d6842fb960786d4840dc29c490d3071 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 18 Jun 2026 16:42:03 +0200 Subject: lib: add simple echo router --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b50768a..00318e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,11 @@ target_sources("ttwhy-core" PUBLIC "ttwhy/event.cppm" "ttwhy/io.cppm" "ttwhy/lib.cppm" + "ttwhy/scanner.cppm" "ttwhy/scoped_attributes.cppm" + + "ttwhy/routers.cppm" + "ttwhy/routers/echo.cppm" ) target_include_directories("ttwhy-core" PUBLIC -- cgit v1.2.3