Archive 17/01/2023.

[solved]how to build samples?

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!

thebluefish

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 %*
rogerdv

Thanks, I will use that to compile the Win version.