mirror of
https://github.com/cimgui/cimgui.git
synced 2026-05-06 09:21:18 +01:00
If SDL was installed using CMake, it normally goes to a location Where it can be found by `find_package`. There is no need to force `SDL_PATH` on users, and this commit allows building `backend_test` Without having to specify it. Backwards compatible.