mirror of
https://github.com/cimgui/cimgui.git
synced 2025-10-10 11:41:39 +01:00
add example for sdlgpu3 support
This commit is contained in:
9
backend_test/example_sdlgpu3_fetchcontent/README.md
Normal file
9
backend_test/example_sdlgpu3_fetchcontent/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# SDLGPU3
|
||||
|
||||
This example is a little different from the others, because `cimgui` doesn't come with bindings for the SDLGPU3 backend out of the box. Instead, this example shows how to generate the necessary bindings during cmake's configure time, then add the compiled library as a target for your application to link to.
|
||||
|
||||
## Building
|
||||
|
||||
```sh
|
||||
cmake -B build . && cmake --build build
|
||||
```
|
Reference in New Issue
Block a user