diff options
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 ) |