Build Yzis on Windows with msvc
From Yzis Wiki
This page gathers information on building/compiling Yzis on windows using Microsoft Visual C++.
This is new to Yzis and really is a work in progress. You probably want to read the page Build Yzis on Windows with mingw32 before this one as it contains generic information about building on windows.
This cmake command can be used as an example of how to configure yzis to compile with msvc:
cmake -G "NMake Makefiles"
-DLIBLUA51_LIBRARIES="c:/lua/lua51.lib"
-DLIBLUA51_INCLUDE_DIR="c:/lua/include"
-DENABLE_NYZIS=off -DENABLE_QYZIS=on -DCMAKE_VERBOSE_MAKEFILE=off
-DCMAKE_BUILD_TYPE=Debug ..
