Explorar el Código
Update CompileDefinitions.cmake
USE_AUDIO is redundant in the presence of the already existent and more descriptive SUPPORT_MODULE_RAUDIO.
pull/4044/head
Lázaro Albuquerque
hace 1 año
cometido por
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: B5690EEEBB952194
Se han
modificado 1 ficheros con
0 adiciones y
1 borrados
-
cmake/CompileDefinitions.cmake
|
|
@ -11,7 +11,6 @@ endfunction() |
|
|
|
|
|
|
|
if(${CUSTOMIZE_BUILD}) |
|
|
|
target_compile_definitions("raylib" PRIVATE EXTERNAL_CONFIG_FLAGS) |
|
|
|
define_if("raylib" USE_AUDIO) |
|
|
|
|
|
|
|
foreach(FLAG IN LISTS CONFIG_HEADER_FLAGS) |
|
|
|
string(REGEX MATCH "([^=]+)=(.+)" _ ${FLAG}) |
|
|
|