mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update CompileDefinitions.cmake
Reverting
This commit is contained in:
committed by
GitHub
parent
aa44e01900
commit
4f08618942
@ -1,6 +1,6 @@
|
||||
# Adding compile definitions
|
||||
target_compile_definitions("raylib" INTERFACE "${PLATFORM_CPP}")
|
||||
target_compile_definitions("raylib" INTERFACE "${GRAPHICS}")
|
||||
target_compile_definitions("raylib" PUBLIC "${PLATFORM_CPP}")
|
||||
target_compile_definitions("raylib" PUBLIC "${GRAPHICS}")
|
||||
|
||||
function(define_if target variable)
|
||||
if(${${variable}})
|
||||
|
||||
Reference in New Issue
Block a user