https://github.com/czoido/xcode-conan-game-example
Simple Example for C++ project with Conan using SDL and Box2d in Xcode
https://github.com/czoido/xcode-conan-game-example
box2d conan game sdl xcode
Last synced: 2 months ago
JSON representation
Simple Example for C++ project with Conan using SDL and Box2d in Xcode
- Host: GitHub
- URL: https://github.com/czoido/xcode-conan-game-example
- Owner: czoido
- Created: 2022-03-25T07:50:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T16:02:02.000Z (about 3 years ago)
- Last Synced: 2025-02-08T21:46:05.360Z (4 months ago)
- Topics: box2d, conan, game, sdl, xcode
- Language: C++
- Homepage:
- Size: 157 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Example for C++ project with Conan using SDL and Box2d in Xcode
----------------------------------------------------------------------Install [Conan](https://github.com/conan-io/conan) in a virtual environment and:
```bash
conan install . -s build_type=Release --build=missing
conan install . -s build_type=Debug --build=missing
```Add xcconfig files generated in conan folder to the Xcode project. Check instructions [here](https://blog.conan.io/2022/03/17/New-conan-release-1-46.html).
Select `conan_config.xcconfig` as config for both configurations.
Build the project in Xcode