
Web: Emscripten port updated to current tools. Add saving of options in local storage. U Web: Emscripten port updated to current tools. Add saving of options in local storage.
9 lines
147 B
CMake
9 lines
147 B
CMake
set(CMAKE_SYSTEM_NAME Emscripten)
|
|
|
|
set(TRIPLE asmjs-unknown-emscripten)
|
|
|
|
set(CMAKE_C_COMPILER emcc)
|
|
set(CMAKE_CXX_COMPILER em++)
|
|
|
|
set(M_LIBRARY m)
|