Преглед изворни кода

Update CompileDefinitions.cmake

Reverting
pull/4044/head
Lázaro Albuquerque пре 1 година
committed by GitHub
родитељ
комит
4f08618942
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      cmake/CompileDefinitions.cmake

+ 2
- 2
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}})

Loading…
Откажи
Сачувај