aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-06-18 16:42:03 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-06-18 17:04:51 +0200
commita7aadafc8d6842fb960786d4840dc29c490d3071 (patch)
tree50fd136e3d88807dc9e0bce8899712be5325b10e /CMakeLists.txt
parentc6262346b45b6c84fd1a009f21465d3af1b63593 (diff)
downloadttwhy-a7aadafc8d6842fb960786d4840dc29c490d3071.tar.xz
ttwhy-a7aadafc8d6842fb960786d4840dc29c490d3071.zip
lib: add simple echo router
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
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