You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(cmake): detect and use SDL2 include path correctly (#193)
Not all distros/packages place the SDL2 installation into a
directory named SDL2. Just to name a prominent example: Homebrew.
cmake's find_package will correctly identify SDL2 and provide the
required include/lib paths.
0 commit comments