mps icon indicating copy to clipboard operation
mps copied to clipboard

Experimenting with CMake configuration

Open rptb1 opened this issue 2 years ago • 2 comments

See issue #146

rptb1 avatar Feb 10 '23 10:02 rptb1

TargetArch.cmake resembles mpstd.h. Perhaps we could use the latter to achieve the same result, so that we don't duplicate code.

rptb1 avatar Feb 16 '23 03:02 rptb1

OS and architecture specifics should be detectable at the compiler level, combined with try_compile to test for specifics while configuring cmake

mgood7123 avatar Sep 24 '23 09:09 mgood7123