mirror of
https://github.com/vtil-project/VTIL-Core
synced 2026-08-17 08:23:03 -04:00
221 B
221 B
Open the Visual Studio Command Prompt, and from the root directory, do:
$ mkdir build
$ cd build
To build, run:
$ cmake -DVTIL_BUILD_TESTS=ON ..
$ cmake --build . --config Release