I am trying to build Assimp as a 32-bit library so I can load models with it. However, I have tried generating solutions with every version of Assimp with CMake and it only gives me a x64 option. How do I compile any version of Assimp for 32-bit as in x86?
There are prebuilt binaries online that don't work so I want to try building it myself but can't since there's no 32-bit option.