diff options
Diffstat (limited to 'frontend/CMakeLists.txt')
-rw-r--r-- | frontend/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/CMakeLists.txt b/frontend/CMakeLists.txt index eafbe55..a773577 100644 --- a/frontend/CMakeLists.txt +++ b/frontend/CMakeLists.txt @@ -2,5 +2,7 @@ target_sources(main PUBLIC main.cpp cli.cpp strings.cpp + cmd.cpp + print.cpp ) |