ImGui: Check for DILIGENT_DEAR_IMGUI_NO_IMPL to disable imgui system impl#244
Conversation
|
This makes sense to me. |
This can easily be done in C++ with Both slightly affect readability and cmake-based approach is probably logically more correct, but I would still prefer |
|
I actually prefer the CMake approach. Wondering, if something like this will work: if(EXISTS "${DILIGENT_DEAR_IMGUI_PATH}/backends")To me this seems to be the easiest way that does not require extra variables and just works automatically. |
It's slightly less flexible, but it also works! |
No description provided.