mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-08 22:33:27 +00: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