Devsh-Graphics-Programming / GPU-With-C-Sharp-Angular-WASM

Other
0 stars 0 forks source link

Linux EmscriptenGLFW builds #1

Closed AnastaZIuk closed 2 years ago

AnastaZIuk commented 2 years ago

@Hazardu it's quite possible we could get rid of CMakeSettings.json file if we were to use EMSCRIPTEN_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

AnastaZIuk commented 2 years ago

@Hazardu it's quite possible we could get rid of CMakeSettings.json file if we were to use EMSCRIPTEN_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