It is impossible to statically compile and link both OpenXR and JsconCpp (other libraries for example) into the same application. Reason is that OpenXR uses internally compiled JsonCpp library. This ...
Using JsonCpp in your project The recommended approach to integrating JsonCpp in your project is to build the the amalgamated source (a single .cpp file) with your own build system. This ensures ...