Skip to content

Commit

Permalink
Doc / GNU Install in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 20, 2024
1 parent 0ac734e commit 9bc5b4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ include(imgui_bundle_cmake/imgui_bundle_pyodide.cmake)
# * It will automatically link the target to the required libraries (imgui_bundle, OpenGl, glad, etc)
# * It will embed the assets (for desktop, mobile, and emscripten apps)
# * It will perform additional customization (app icon and name on mobile platforms, etc)
# * On desktop platforms, it will perform a "portable install" (i.e. assets and executable are in the same folder)
#
# If you want to control the install of your app, you can set HELLOIMGUI_ADD_APP_WITH_INSTALL to OFF
# See an example in https://github.com/pthom/imgui_bundle_template/blob/main/CMakeLists.txt


###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion _example_integration
2 changes: 1 addition & 1 deletion external/hello_imgui/hello_imgui

0 comments on commit 9bc5b4f

Please sign in to comment.