STB headers may be in /usr/include on some distribs (alpine 3.17)

This commit is contained in:
emeric
2023-01-22 16:22:23 +01:00
parent 93fac1a0ea
commit 8a9d79a493
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
find_path(STB_INCLUDE_DIR stb/stb_image.h)
find_path(STB_INCLUDE_DIR stb_image.h PATH_SUFFIXES stb)
include(FindPackageHandleStandardArgs)