diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 6 insertions, 3 deletions
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 |
