moongl icon indicating copy to clipboard operation
moongl copied to clipboard

Are you planning to support windows visual studio toolchain?

Open ASDAlexander77 opened this issue 6 years ago • 2 comments

Are you planning to support windows visual studio toolchain?

I have created CMakefile to use CMake and found that code can't be compiled using VC++ but I didn't see why it should not be compiled using CMake and VC toolchain.

Kind Regards Alex

ASDAlexander77 avatar Jan 16 '19 16:01 ASDAlexander77

It's not in my plans, because I'm not a Windows user and I've never felt the need for CMake either.

I'd be happy however to add whatever change you need to make it work, provided it doesn't break the current minimal build system.

stetre avatar Jan 16 '19 16:01 stetre

ok, thx, I will try to change it a bit, there should not be much work just include header and hide some GCC specifics

ASDAlexander77 avatar Jan 16 '19 19:01 ASDAlexander77