Hi,
I am trying to get a project with Urho working. I followed the Documentation, builded Urho, set the Environment variable(URHO3D_HOME) and used the CMakeLists.txt that is given in the Documentation. But I get the Error:
– Found Urho3D: /home/dares/Downloads/Urho3D-1.7.1/lib/libUrho3D.a (found version “Unversioned”)
CMake Error at CMake/Modules/UrhoCommon.cmake:770 (message):
Could not call define_resource_dirs() macro before define_source_files()
macro.
Call Stack (most recent call first):
CMake/Modules/UrhoCommon.cmake:1001 (check_source_files)
CMake/Modules/UrhoCommon.cmake:1583 (define_resource_dirs)
CMakeLists.txt:26 (setup_main_executable)
What am I doing wrong?