Using GTest with CMake and Visual Studio
Recently had a bit of trouble setting up GTest with Visual Studio using CMake. Simple fix but just wanted to write it down! Installation You will need to get a...
visual studio
cmake
gtest
Gameboy Assembler Part 2
Lexical Analyser Will be using the linux program flex to build the lexical analyser. We do this by defining regular expressions to match the tokens we want...
c++
flex
gameboy
assembly