diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-28 15:41:35 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-28 15:41:35 +0100 |
commit | 3562802cacc8dbd0c155146acfdb8d04c6440009 (patch) | |
tree | f2139c64c6713d1c59df4b8601c11fca52fa62f5 /CMakeLists.txt | |
parent | a070c649ddbe70a22f6265b9f5b48f6bde7eac08 (diff) |
implement transcript-style log
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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 ) |