- Put CMake build so we can compile
- Put Conan in place to get dependencies
- Replace GWIN with SFML
- Aggressively Refactor the code
- Get the old team together maybe push this further than before?
For now update profile.txt to contain the Build Config mode [Debug
or Release
]
mkdir build/<build-confiuration> # so: mkdir build/x64-Debug
# cd into build location
cd build/<build-confiuration> # so: cd build/x64-Debug
# Install Deps
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
conan remote add skypjack https://api.bintray.com/conan/skypjack/conan
conan install --build=missing --profile ../../profile.txt ../..
# Generate CMake cache using VS
# Build executable and test binary