simlrh / OSVR-fusion

An OSVR plugin that creates trackers by combining different sources of data.
MIT License
28 stars 7 forks source link

je_nourish_fusion cannot open file jsoncpp_lib.lib #6

Closed Termitebug closed 1 year ago

Termitebug commented 2 years ago

VS 2013 throws an error that compiler cannot find jsoncpp._lib.lib. Cannot find any source file related of this. What can I do to compile x64 version of the plugin?

CmakeLists.txt has this bottom code line which VS errors of missing link: target_link_libraries(je_nourish_fusion osvr::osvrClientKitCpp osvr::osvrAnalysisPluginKit jsoncpp_lib)