| Age | Commit message (Collapse) | Author |
|
|
|
"Emscripten", like the previous CMAKE_SYSTEM_NAME "Linux" did. This lets test_openjpeg generate output files with same file names as before the system name change.
|
|
getting set by default, so set that to Emscripten CMake toolchain manually now.
|
|
logic for Emscripten, without running through test builds which have issues with endianness detection.
|
|
missing.
|
|
to specify a default suffix (.js) for generated executables and the suffix that was set got silently erased. Previously the default suffix was empty "", which meant all user CMakeLists.txt files had to explicitly specify the suffix. Fixing this adds support for CMake built-in check_function_exists() detection macro which is used e.g. by SDL2 CMakeLists.txt path. To build html files, add the directive 'SET(CMAKE_EXECUTABLE_SUFFIX ".html")' like before.
|