Im trying to create my first project, following doc directions. I copied&pasted the cmakelists.txt file, but it doesnt works:
[code]CMake Error at CMakeLists.txt:18 (include):
include could not find load file:
Urho3D-CMake-common
CMake Error at CMakeLists.txt:20 (find_package):
By not providing “FindUrho3D.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “Urho3D”, but
CMake did not find one.
Could not find a package configuration file provided by “Urho3D” with any
of the following names:
Urho3DConfig.cmake
urho3d-config.cmake
Add the installation prefix of “Urho3D” to CMAKE_PREFIX_PATH or set
"Urho3D_DIR" to a directory containing one of the above files. If "Urho3D"
provides a separate development package or SDK, be sure it has been
installed.
[/code]
I already declared the URHO3D_HOME variable and checked that it is available, but I think this is not the cause of the problem. I havent installed Urho3d, I just want to use it from the source directory.