From 9bc5b4fe267830a7150dcbf05a55f8a2fc32a2d1 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Fri, 20 Dec 2024 11:21:26 +0100 Subject: [PATCH] Doc / GNU Install in CMake --- CMakeLists.txt | 4 ++++ _example_integration | 2 +- external/hello_imgui/hello_imgui | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd4c184a..d8e5245d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ############################################################################### diff --git a/_example_integration b/_example_integration index 511199d0..771fb9e1 160000 --- a/_example_integration +++ b/_example_integration @@ -1 +1 @@ -Subproject commit 511199d0e7b6975733d9ed8d28e0924046e305d6 +Subproject commit 771fb9e103a39b60713a275f2142dabab604eff0 diff --git a/external/hello_imgui/hello_imgui b/external/hello_imgui/hello_imgui index cb7facc5..70094757 160000 --- a/external/hello_imgui/hello_imgui +++ b/external/hello_imgui/hello_imgui @@ -1 +1 @@ -Subproject commit cb7facc5b07962d9c9cb35e466cc2ed5df8fa330 +Subproject commit 700947573b8d01bcc1946bd15d3e57f85e6258be