mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
.github
client
common
cmake
include
src
CMakeLists.txt
contrib
doc
host
module
obs
profile
repos
resources
vendor
.gitattributes
.gitignore
.gitmodules
CONTRIBUTORS
LICENSE
README.md
version.cmake

We previously used strstr, which can be prone to false positives when the name of one extension is a substring of another extension. This commit creates the helper function util_hasGLExt, which asserts that the substring found in extension list is bounded by either spaces or the beginning/end of the string.