I am developing an app using electron.
I have setup an addon that uses c++ code and translated it into nodejs code using NAPI.
Now I want to include an external .so library (with a .h file) but can't find any documents that achieve any success.
I keep getting error: undefined symbol: Some_Function_Name