diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
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 |
