pthom / hello_imgui

Hello, Dear ImGui: unleash your creativity in app development and prototyping
https://pthom.github.io/hello_imgui
MIT License
604 stars 91 forks source link

Move more targets to solution folders #94

Closed learn-more closed 4 months ago

learn-more commented 4 months ago

Additionally, this introduces the helper function hello_imgui_msvc_target_set_folder to non-MSVC generators, so that it can always be called without having to check for MSVC

Please note that I only tested this in MSVC, I assumed that the CI would fail on the PR if one of the other generators did not like this change.

Before: image

After: image

pthom commented 4 months ago

Perfect, thanks a lot!!!