Lázaro Albuquerque
há 1 ano
committed by
GitHub
ascendente
cometimento
4f08618942
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com
2 adições e
2 eliminações
-
cmake/CompileDefinitions.cmake
|
|
|
@ -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}}) |
|
|
|
|