Revision faeacb79712c9e15e05193c7159c52b58d089aee authored by Fredrik Salomonsson on 15 September 2022, 23:13:17 UTC, committed by Fredrik Salomonsson on 15 September 2022, 23:13:17 UTC
Needed if finding the stb dependency instead of downloading it.

Reason for using `STB_IMAGE_WRITE_ROOT` and not `STB_ROOT` for finding
`stb_image_write.h`, is that some linux distributions (e.g. GNU Guix)
have split the stb into multiple packages. So this is future proofing
it somewhat in case libWetHair needs to use other headers from stb.
Given that each header needs to be searched for using find_path, to
find the correct include dir as they can be in different directories.
1 parent fe4731f
History
File Mode Size
App
assets
cmake
libWetHair
.gitignore -rw-r--r-- 97 bytes
CMakeLists.txt -rw-r--r-- 1.8 KB
LICENSE.txt -rw-r--r-- 16.3 KB
README.md -rw-r--r-- 4.4 KB

README.md

back to top