Compare commits

...

1 Commits

Author SHA1 Message Date
Colton Staiduhar
ef017db91a Change stb Location 2026-03-29 15:07:33 -04:00

View File

@@ -34,7 +34,7 @@ FetchContent_MakeAvailable(miniaudio)
# Fetch the STB-Image Repository and install it # Fetch the STB-Image Repository and install it
FetchContent_Declare( FetchContent_Declare(
stb_image stb_image
GIT_REPOSITORY https://github.com/arizotaz/cmake_stb_image.git GIT_REPOSITORY https://git.staiduhar.com/arizotaz/stb_image-CMake.git
GIT_TAG "master" GIT_TAG "master"
GIT_SHALLOW TRUE GIT_SHALLOW TRUE
GIT_PROGRESS ON GIT_PROGRESS ON