emscripten/cmake/Modules
Jukka Jylänki cb2cb14604 Fix EMSCRIPTEN root path search in CMake toolchain file. 2014-07-12 13:07:40 +03:00
..
Platform Fix EMSCRIPTEN root path search in CMake toolchain file. 2014-07-12 13:07:40 +03:00
CMakeSystemSpecificInformation.cmake Fix a long-standing CMake toolchain issue where the toolchain was not able 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. 2014-07-10 19:45:30 +03:00
FindOpenAL.cmake Fix browser.test_freealut on Windows by implementing a CMake build path for that library. 2013-11-17 22:06:03 +02:00