Add missing library to PluginSDK

PluginSDK also uses SpdLog for the logger callback sink.
This commit is contained in:
Kawe Mazidjatari 2023-05-13 20:04:11 +02:00
parent 67fb566dfb
commit 44e08be6d9

View File

@ -17,6 +17,7 @@ target_link_libraries( ${PROJECT_NAME} PRIVATE
"libdetours"
"libprotobuf"
"liblzham"
"libspdlog"
"protocol_pb"
"Rpcrt4.lib"
)