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 --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index af125c8..c71af78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,8 @@ add_subdirectory(backend) add_subdirectory(frontend) target_link_libraries(main - pugixml - readline + PUBLIC pugixml + PUBLIC sqlite3 + PUBLIC readline ) -- cgit v1.2.3