Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidjcottrell/tic-tac-toe
https://github.com/davidjcottrell/tic-tac-toe
cmake conan gtest sdl2
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidjcottrell/tic-tac-toe
- Owner: DavidJCottrell
- Created: 2024-07-05T08:01:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T10:41:17.000Z (7 months ago)
- Last Synced: 2024-09-26T06:41:25.859Z (4 months ago)
- Topics: cmake, conan, gtest, sdl2
- Language: C
- Homepage:
- Size: 3.93 MB
- Stars: 0
- Watchers: 2
- 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`