vtil-project / VTIL-Core

Virtual-machine Translation Intermediate Language
BSD 3-Clause "New" or "Revised" License
1.31k stars 165 forks source link

Added CMake build scripts #2

Closed staticinvocation closed 4 years ago

staticinvocation commented 4 years ago

To use, create a "build" directory and run: cmake -G "Visual Studio 16 2019" -A x64 ../

It will generate a sln file that you can open like any other project.