FiniteReality / Finite.Cpp.Sdk

(Work in Progress) C/C++ compilation support for .NET Core projects
Other
23 stars 2 forks source link

Compiler detection engine #1

Closed FiniteReality closed 4 years ago

FiniteReality commented 4 years ago

Goal is to have something comparable to CMake, so the information we need to detect is:

FiniteReality commented 4 years ago

I'm going to require clang/LLVM here. This way I can guarantee a more or less consistent behaviour between platforms.