Update CompileDefinitions.cmake
Reverting
This commit is contained in:
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}})
|
||||
|
Loading…
Reference in New Issue
Block a user