loader: Add check for working MASM compiler
authorChristopher Degawa <ccom@randomderp.com>
Wed, 4 Oct 2023 18:42:44 +0000 (13:42 -0500)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Thu, 5 Oct 2023 22:44:15 +0000 (16:44 -0600)
commit25c552731e7e81b8409d972993c8140c0c6f0d3d
tree00cea09c652a449af44e70beea2de88a4bb37831
parent7417583fc4607f2f35eb0f2d57b378cacca0e4e3
loader: Add check for working MASM compiler

CMake's detection of MASM is very broken, especially if not using MSVC.
This adds a check to see if MASM is working, and if not, disables it,
going back to the fallback path, as intended.

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
loader/CMakeLists.txt