From 3562802cacc8dbd0c155146acfdb8d04c6440009 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 28 Oct 2024 15:41:35 +0100 Subject: implement transcript-style log --- frontend/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend/CMakeLists.txt') 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 ) -- cgit v1.2.3