Setting common language runtime support
Answered
I've been struggling to use the System namespace with CLion. I've read that (in visual studio), Common Language Runtime Support has to be set to Common Language Runtime Support (/clr) in it's project settings. I'm wondering how I'd go about doing this in CLion. Any help is greatly appreciated.
Please sign in to leave a comment.
I assume you need to set a COMMON_LANGUAGE_RUNTIME target property. Please see, for example, this answer.