Help with initial setup

Hey guys, I have been interested in NN in AI for a while now and stumbled across PyTorch C++ in a Discord Server. I am familiar with C++, and am following the C++ tutorials in the docs (https://pytorch.org/cppdocs/installing.html) but for some reason when I attempt to build my sample program it fails. It Coulld NOT find torch (missing: TORCH_LIBRARY). I have my logs attached as a github gist, so maybe you guys can find something there? my cmake command is pointing to the libtorch folder that I exctracted, as a side note. Thanks!
PS: I am running Windows 10 Pro

Logs: https://gist.github.com/hamhub7/2665464f67ab6be6acf34388050a3e6e

Edit: If I could get libtorch installed in Visual Studio 2019, that would be much better personally