Add stb image library to project

This commit is contained in:
4VRDriver
2020-09-02 00:27:26 +02:00
parent 82a2b88175
commit f8868be702
10 changed files with 7784 additions and 10 deletions

View File

@@ -25,6 +25,7 @@ target_link_libraries(
Fall-Fever PRIVATE
glfw
glad
stb
GL
)