diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-29 15:02:57 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-29 15:02:57 +0100 |
commit | 953f18fe681a2f120dab5be9e9884bf35765e21e (patch) | |
tree | d0cc4812c2f8c95a773e938bf7c3576af40cd98d /frontend/CMakeLists.txt | |
parent | 3562802cacc8dbd0c155146acfdb8d04c6440009 (diff) |
more WIP (command handling moved to player)
Diffstat (limited to 'frontend/CMakeLists.txt')
-rw-r--r-- | frontend/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/CMakeLists.txt b/frontend/CMakeLists.txt index a773577..9a383ce 100644 --- a/frontend/CMakeLists.txt +++ b/frontend/CMakeLists.txt @@ -1,8 +1,8 @@ target_sources(main PUBLIC main.cpp - cli.cpp + rl.cpp strings.cpp - cmd.cpp print.cpp + Player.cpp ) |