Setting common language runtime support

已回答

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.

0

I assume you need to set a COMMON_LANGUAGE_RUNTIME target property. Please see, for example, this answer.

0

请先登录再写评论。