I came back from vacatins, pulled and tried to compile, but Im getting this:
/home/roger/projects/Urho3D/Source/Urho3D/generated/NetworkLuaAPI.cpp:40:30: fatal error: Network/Controls.h: No such file or directory
#include "Network/Controls.h"
^
compilation terminated.
make[2]: *** [Source/Urho3D/CMakeFiles/Urho3D.dir/generated/NetworkLuaAPI.cpp.o] Error 1
make[1]: *** [Source/Urho3D/CMakeFiles/Urho3D.dir/all] Error 2
make: *** [all] Error 2
I have cleaned and ran cmake again, but the problem persists. How can I solve this?