GUI program to pick a random company in C++
Depedency requirements for this project:
- LLVM: https://releases.llvm.org/
- Make: https://gnuwin32.sourceforge.net/packages/make.htm
- vcpkg: https://vcpkg.io/en/index.html
- CMake: https://cmake.org/download/
- Visual Studio: https://visualstudio.microsoft.com/
- On search bar, search: Edit environment variables for your account and click the first result
- Highlight Path entry of User variables for
- Click the edit button
- Append the following paths:
C:\Program Files (x86)\GnuWin32\binC:\Users\<account_name>\Documents\git\vcpkg
Look at this link to setup vcpkg: Tutorial: Install and use packages with CMake
In CMakeUserPresets.json, make sure that the VCPKG_ROOT variable has
the correct path to the vcpkg git repository
"VCPKG_ROOT": "C:\\Users\\salsa\\Documents\\git\\vcpkg"