I want to add mongoc source code to My project then compile, build and use it locally without installing libmongoc on the system(Ubuntu). I want My project source code to be portable without having to install any library dependencies like mongoc in the target development system and be a cross platform project.
How to configure the CMakeList file (or any other)?
Thanks for your help in advance!