mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-02 18:14:37 +00:00
Update CompileDefinitions.cmake
USE_AUDIO is redundant in the presence of the already existent and more descriptive SUPPORT_MODULE_RAUDIO.
This commit is contained in:
committed by
GitHub
parent
1785fc06b5
commit
62f9a3a0ea
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user