Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 31, 2023
1 parent 92ebd92 commit 3fc8000
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,8 @@ make -j

In order to select your own backend, use one of the cmake options below:
```bash
cmake .. -DHELLOIMGUI_WITH_GLFW=ON # To download and build glfw automatically
cmake .. -DHELLOIMGUI_WITH_SDL=ON # To download and build SDL automatically
cmake .. -DHELLOIMGUI_USE_GLFW_OPENGL3=ON # To use your own version of GLFW (it should be findable via find_package(glfw3))
cmake .. -DHELLOIMGUI_USE_SDL_OPENGL3=ON # To use your own version of SDL (it should be findable via find_package(SDL2))
cmake .. -DHELLOIMGUI_USE_GLFW_OPENGL3=ON
cmake .. -DHELLOIMGUI_USE_SDL_OPENGL3=ON
```


Expand Down
6 changes: 2 additions & 4 deletions README.src.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,8 @@ make -j

In order to select your own backend, use one of the cmake options below:
```bash
cmake .. -DHELLOIMGUI_WITH_GLFW=ON # To download and build glfw automatically
cmake .. -DHELLOIMGUI_WITH_SDL=ON # To download and build SDL automatically
cmake .. -DHELLOIMGUI_USE_GLFW_OPENGL3=ON # To use your own version of GLFW (it should be findable via find_package(glfw3))
cmake .. -DHELLOIMGUI_USE_SDL_OPENGL3=ON # To use your own version of SDL (it should be findable via find_package(SDL2))
cmake .. -DHELLOIMGUI_USE_GLFW_OPENGL3=ON
cmake .. -DHELLOIMGUI_USE_SDL_OPENGL3=ON
```


Expand Down

0 comments on commit 3fc8000

Please sign in to comment.