Can anyone recommend a best way to link a third-party static library to a source file?
I am trying to link .a static binary library file to my source file. I have tried everything adding it json as an arg[] and adding to CMake, like other people have recommended, but some reason it is failing.
I am not sure what is the next option.
Thanks for your help in advance.!
I have tried several different options.
Option: 1
Option: 2
Option: 3
Here is the Error:
Here is the picture of my project tree: