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.
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:
After: