https://github.com/hopson97/sfml-conan-example
Example of using SFML with conan.io
https://github.com/hopson97/sfml-conan-example
Last synced: 4 months ago
JSON representation
Example of using SFML with conan.io
- Host: GitHub
- URL: https://github.com/hopson97/sfml-conan-example
- Owner: Hopson97
- Created: 2021-02-24T13:05:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T13:22:54.000Z (over 5 years ago)
- Last Synced: 2025-07-12T01:36:29.434Z (11 months ago)
- Language: CMake
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SFML + Conan Example
Example of using Conan to build an SFML project
## Usage
Firstly you need to run (If you have not done so already)
```sh
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
```
Then
* Windows
```
.\build.bat
.\build\bin\sfml_test.exe
```
* Linux
```
todo
```