I have run make && make install to create a new Urho3D project successfully. However, I cannot make the project compile the new Main.cpp file that I added into the root of the new project directory. The Main.cpp file contains the code I obtained from (http://)urho3d.wikia.com/wiki/First_Project. I ran cmake, make && make install again but there was no Main.sh generated in the bin folder.
I am using Urho3D 1.5 on Linux with Eclipse IDE. The samples run fine but I don’t know the way on how to create my own executable file in the project.
Please help.