Unresolved external symbols when building project with Cmake fetched dependencies
Context I am trying to set an environnement where I can get all my dependencies easily as I could do using something like Gradle. I wanted to stick with CMake though. It led me to this Cmake dependencies manager on GitHub. It works perfectly fine for some things like json for modern c++ (See CMakeList.txt […]