bachng
08/08/2019, 7:06 AM#include <curl/curl.h>
. how do I compile with additional flags -L /usr/include/x86_64-linux-gnu/ -lcurl
using make externals
? Should I modify CMakeLists.txt
in osquery root folder?theopolis
08/08/2019, 2:24 PMbachng
08/08/2019, 2:28 PMADD_OSQUERY_EXTENSION
and ADD_DEPENDENCIES
to register extension and link libraries :)) thanks to cmakelists.txt of this repo https://github.com/osql/extensions