This is a simple singleplayer Tic-Tac-Toe game.
Navigate through build folder and run cmake:
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
Then compile the project:
cmake --build . --config Release
Finally go to Release folder and run the .exe file:
cd Release
./tictactoe.exe
Or go to the releases section to directly download the .exe file: Releases