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 dd74089..eafbe55 100644 --- a/frontend/CMakeLists.txt +++ b/frontend/CMakeLists.txt @@ -1,4 +1,6 @@ target_sources(main PUBLIC main.cpp + cli.cpp + strings.cpp ) |