Parcourir la source
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
il y a 1 an
committed by
GitHub
Parent
révision
62f9a3a0ea
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: B5690EEEBB952194
1 fichiers modifiés avec
0 ajouts et
1 suppressions
-
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}) |
|
|
|