mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-28 21:01:23 +08:00
* Create ParseConfigHeader.cmake This script parses the config.h file to automate the process of exposing the configuration flags and configuration values found in the latter. * Update CompileDefinitions.cmake Makes use of the new functionality found in ParseConfigHeader.cmake to make things consistent. * Update CMakeOptions.txt Makes use of the new functionality found in ParseConfigHeader.cmake to make things consistent. * Update CMakeLists.txt Changes required to make possible building raylib for web on Windows 10. * Update LibraryConfigurations.cmake Removes a warning that linker-only flags were being passed to the compiler, which is in accordance to https://emscripten.org/docs/tools_reference/settings_reference.html. * Update CMakeOptions.txt Removed clutter. * Update CompileDefinitions.cmake Removed clutter. * Update CompileDefinitions.cmake Some applications might check for PLATFORM_WEB instead of __EMSCRIPTEN__. * Update CompileDefinitions.cmake Reverting * Update CMakeLists.txt USE_AUDIO is redundant in the presence of the already existent and more descriptive SUPPORT_MODULE_RAUDIO. * Update CompileDefinitions.cmake USE_AUDIO is redundant in the presence of the already existent and more descriptive SUPPORT_MODULE_RAUDIO. * Update ParseConfigHeader.cmake * Revert "Update CMakeLists.txt" This reverts commit |
||
|---|---|---|
| .. | ||
| AddIfFlagCompiles.cmake | ||
| BuildOptions.cmake | ||
| CompileDefinitions.cmake | ||
| CompilerFlags.cmake | ||
| EnumOption.cmake | ||
| GlfwImport.cmake | ||
| InstallConfigurations.cmake | ||
| JoinPaths.cmake | ||
| LibraryConfigurations.cmake | ||
| LibraryPathToLinkerFlags.cmake | ||
| PackConfigurations.cmake | ||
| ParseConfigHeader.cmake | ||
| PopulateConfigVariablesLocally.cmake | ||
| raylib-config-version.cmake | ||
| raylib-config.cmake | ||
| Uninstall.cmake | ||