When I use Urho as lib, I generally use
setup_main_executable()
setup_library()
to create my projects. However, this always copies the resouce dirs (Data, CoreData) in to my build folder (full copy on Windows VS, linked on other). Is it possible to turn this off?