Re: Compiling with CMake for Visual Studio

Posted by matlabbe on
URL: http://official-rtab-map-forum.206.s1.nabble.com/Compiling-with-CMake-for-Visual-Studio-tp291p294.html

Hi Alex,

The problem was that uresourcegenerator is supposed to be found in the bin directory and not the "bin/Release" (or "bin/Debug") directory. I fixed the main CMakeLists.txt so binaries are created in "bin".

Cheers,
Mathieu