rogerdv
Do I need any specific directive to compile c++ samples? Im trying to foind them after compiling the engine and cant find any.
Found it in the docs!
Do I need any specific directive to compile c++ samples? Im trying to foind them after compiling the engine and cant find any.
Found it in the docs!
By default, CMAKE won’t generate the samples. Here’s how I would generate a VS2013 solution (just a manual edit to cmake_vs2013.bat):
@%~dp0\cmake_vs2008.bat VERSION=12 -DURHO3D_SAMPLES=1 %*
Thanks, I will use that to compile the Win version.