Hi, you need to install 32bit versions of the not found libraries, or if using the latest SVN version, you can alternatively enable 64bit build of Urho3D. To do that, change (uncomment) the line
# set (ENABLE_64BIT 1)
near the beginning of the root CMakeLists.txt file to
set (ENABLE_64BIT 1)
Then delete CMakeCache.txt, rerun CMake, and rebuild.