Hi, I was wondering if it is possible to crate a makefile that will build Release and Debug versions of SFML with CMake.
What I'm doing now is load CMake, set target to Release, Configure, Generate, then run mingw32-make install, then go back to CMake, set the target to Debug, and repeat. I was wondering if there was some target that automatically built both versions.
Thanks.