Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
Unity-Technologies
/
emscripten
зеркало из
https://github.com/Unity-Technologies/emscripten.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули emscripten
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
8ba0aecb2a
emscripten
/
cmake
/
Modules
История
Jukka Jylänki
07684f25c9
Restore CMAKE_FIND_ROOT_PATH_MODE_PROGRAM to NEVER, since it is useful to find_program() for external system utilities.
2014-09-17 21:48:51 +03:00
..
Platform
Restore CMAKE_FIND_ROOT_PATH_MODE_PROGRAM to NEVER, since it is useful to find_program() for external system utilities.
2014-09-17 21:48:51 +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