From 17733c9b5f40c94943fc9129a5ed05980d143e12 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sat, 10 Jul 2021 14:50:26 +0300 Subject: [PATCH] Update CMakeLists.txt --- module/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/CMakeLists.txt b/module/CMakeLists.txt index 82c82e2d..a70eb93d 100644 --- a/module/CMakeLists.txt +++ b/module/CMakeLists.txt @@ -133,7 +133,7 @@ if(WIN32 OR MINGW) target_link_libraries(SqModule wsock32 ws2_32 shlwapi) endif() # Link to base libraries -target_link_libraries(SqModule Squirrel fmt::fmt SimpleINI TinyDir ConcurrentQueue CPR PUGIXML maxminddb libzmq-static) +target_link_libraries(SqModule Squirrel fmt::fmt SimpleINI TinyDir ConcurrentQueue JSMN CPR PUGIXML maxminddb libzmq-static) # Link to POCO libraries target_link_libraries(SqModule Poco::Foundation Poco::Crypto Poco::Data Poco::Net Poco::JSON Poco::XML) # Does POCO have SQLite support?