Either in the root folder or in identity-theft
folder, run the following commands:
Linux:
mkdir build
cd build
cmake -G "Unix Makefiles" ..
cmake --build .
Run with either:
./magic
Or:
./identityTheft
Windows
md build
cd build
cmake -G "Visual Studio 15 2017" ..
cmake --build .
Run with either:
Debug\magic
Or:
Debug\identityTheft