mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
adding missing lib for linux
This commit is contained in:
parent
4158da35e1
commit
d922b31257
@ -102,5 +102,5 @@ if(WIN32)
|
||||
TARGET_LINK_LIBRARIES(Gradido_LoginServer optimized ${MYSQL_LIBRARIES} Shlwapi)
|
||||
TARGET_LINK_LIBRARIES(Gradido_LoginServer debug ${COMPILED_MARIADB_CLIENT_DEBUG} Shlwapi)
|
||||
else(WIN32)
|
||||
target_link_libraries(Gradido_LoginServer libmariadb PocoNet PocoUtil PocoFoundation PocoData PocoNetSSL -lpthread)
|
||||
target_link_libraries(Gradido_LoginServer libmariadb PocoNet PocoUtil PocoJSON PocoFoundation PocoData PocoNetSSL -lpthread)
|
||||
endif(WIN32)
|
||||
@ -2,7 +2,6 @@
|
||||
#define __JSON_INTERFACE_JSON_GET_LOGIN_
|
||||
|
||||
#include "JsonRequestHandler.h"
|
||||
#include "Poco/Dynamic/Var.h"
|
||||
|
||||
class JsonGetLogin : public JsonRequestHandler
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user