Files
cimgui/backend_test/example_sdlgpu3_fetchcontent/README.md

10 lines
384 B
Markdown
Raw Normal View History

2025-03-20 17:54:50 -04:00
# 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
```