include cereal in kong plugin

This commit is contained in:
Daniel Eisenberg 2025-07-10 12:41:53 +03:00
parent 5b2920fc67
commit 81bbf17df3

View File

@ -47,7 +47,8 @@ build = {
},
incdirs = {
"core/include/attachments/",
"attachments/nano_attachment/"
"attachments/nano_attachment/",
"external/"
},
defines = { "_GNU_SOURCE", "ZLIB_CONST" },
libraries = { "pthread", "z", "rt", "stdc++" },