mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-27 09:19:18 -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
|
# Adding compile definitions
|
||||||
target_compile_definitions("raylib" INTERFACE "${PLATFORM_CPP}")
|
target_compile_definitions("raylib" PUBLIC "${PLATFORM_CPP}")
|
||||||
target_compile_definitions("raylib" INTERFACE "${GRAPHICS}")
|
target_compile_definitions("raylib" PUBLIC "${GRAPHICS}")
|
||||||
|
|
||||||
function(define_if target variable)
|
function(define_if target variable)
|
||||||
if(${${variable}})
|
if(${${variable}})
|
||||||
|
|||||||
Reference in New Issue
Block a user