You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to modify the cmake file such that I can include the SOIL library, but always fails. Would you please give me some instructions on how I should modify the cmake file such that I can link SOIL ? Also, I'm seeing some exe files in the SOIL folder I downloaded, will this library work on my Mac OS ?
Thank you !!
The text was updated successfully, but these errors were encountered:
Why do you need SOIL? I recommend to use instead the simple library to load PNGs that was provided in the first assignment (and you can download it again from her https://github.com/nothings/stb). This is a single header file, it does not require any change in the cmake.
I'm trying to modify the cmake file such that I can include the SOIL library, but always fails. Would you please give me some instructions on how I should modify the cmake file such that I can link SOIL ? Also, I'm seeing some exe files in the SOIL folder I downloaded, will this library work on my Mac OS ?
Thank you !!
The text was updated successfully, but these errors were encountered: