Closed AnastaZIuk closed 2 years ago
@Hazardu it's quite possible we could get rid of
CMakeSettings.json
file if we were to useEMSCRIPTEN_FORCE_COMPILERS=OFF
for windows OS builds. Allowing CMake to autodetect the compiler isn't good in our case, since it does not understand Emscripten
I will try it out of curiosity once I setup CI for Linux build
@Hazardu it's quite possible we could get rid of
CMakeSettings.json
file if we were to useEMSCRIPTEN_FORCE_COMPILERS=OFF
for windows OS builds. Allowing CMake to autodetect the compiler isn't good in our case, since it does not understand Emscripten