Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 352 Bytes

File metadata and controls

15 lines (10 loc) · 352 Bytes

VTIL-Samples

Example CMake projects for VTIL.

Compiling

You need Visual Studio 2019 (required, older version will not work), then clone the repo and do the following:

mkdir build
cd build
cmake -G "Visual Studio 16 2019" ..

This will generate VTIL-Samples.sln, which you can open in Visual Studio to build the project.