Ok so i didnt word this post right the first time so i’ll give it another go!
Essentially can anyone tell me what process they go through to compile a project using CMake and Visual Studio 2015?
I currently use CMakes GUI and every time I recompile I have to manually set URHO3D_HOME. So I was wondering if there is a way to automate having to manually set this?
Not sure what you are looking for, FWIW check our CI script for the Travis or Appveyor. The scripts prepare the VM from scratch till it becomes suitable build environment for Urho3D project and it’s downstream.
I personally prefer having my project’s dependencies as a separate superproject, I pre-build once and automate my main project to always know where prebuild dependencies are. I don’t use any environment variables for my projects, most of the settings are done either in CMake or in shell scripts.