https://github.com/davidjcottrell/tic-tac-toe
https://github.com/davidjcottrell/tic-tac-toe
cmake conan gtest sdl2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidjcottrell/tic-tac-toe
- Owner: DavidJCottrell
- Created: 2024-07-05T08:01:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T10:41:17.000Z (11 months ago)
- Last Synced: 2025-03-05T08:16:17.632Z (3 months ago)
- Topics: cmake, conan, gtest, sdl2
- Language: C
- Homepage:
- Size: 3.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
## Create the build directory
`mkdir build && cd build`
## Install dependencies with conan
`conan install .. --build=missing --output-folder=.`
## Generate build files
`cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release`
## Build
`cmake --build .`
## Run
`./TicTacToe`