diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 33250ca..95b09fc 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -8,6 +8,7 @@ add_library(core STATIC SqlLexer.cpp) target_link_libraries(core PUBLIC + boost botan Qt5::Core )