1
General / Re: SFML and CodeGear??
« on: August 19, 2016, 07:54:52 pm »Basically you'd just have to look through SFML's cmake files. The "unsupported" line is thrown because SFML doesn't really know what to do with that compiler. You'd have to add your own section, which should then work.
Thanks, that makes sense. I'll give it a go!