[imgui]Set imgui as a header-only library.#8788
[imgui]Set imgui as a header-only library.#8788JackBoosY wants to merge 7 commits intomicrosoft:masterfrom
Conversation
|
/azp run |
|
Hey, can you show me an example how to link properly (against examples, like vulkan+sdl) with your version of package and how is it better way. In my mind it is better to explicitly fetch version with features (or support) for different pipelines, in which case it also uses depends functionality. Then only thing when compiling is link against imgui::imgui and all symbols are found. Now when I use your branch, I´m getting a lot of lnk2019, because cpp files for examples are not found. What is the intended way of using this header-only library when linking against example pipelines? |
|
@lerppana Please see my comments above. |
|
I closed my PR in favour of this one, can you also update imgui version with this PR |
…jack/imgui_header_only
|
/azp run |
1 similar comment
|
/azp run |
|
/azp run |
|
@JackBoosY, could you resolve the conflicts? |
According to imgui official description:
Since most ports that rely on it use it directly from the source code and include
-internal.h, try changing this port to a header-only port.Waiting for #1713 discussion result.