Last updated
Last updated
All my development is done in a Windows VM w/ CLion. I then upload my binaries to a Windows host that I RDP into.
Here are my CLion configurations for building to x86_x64.
Not necessary, but I like to use the CMake Options:
I like to deploy my builds to my home lab and can do so easily with CMake and a quick batch script.
Add the following to your CMakeLists.txt
We can optionally add this functionality when we run the program in Clion (shift+fn+10)