Explorar el Código

CMake: Don't build rlgl_standalone as part of the examples

Closes #588.
pull/590/head
Ahmad Fatoum hace 6 años
padre
commit
184e6de775
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: C3EAC3DE9321D59B
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      examples/CMakeLists.txt

+ 1
- 0
examples/CMakeLists.txt Ver fichero

@ -35,6 +35,7 @@ endforeach()
include(CheckIncludeFiles)
list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/others/standard_lighting.c)
list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/others/rlgl_standalone.c) # see #588
set(OUTPUT_EXT)
if(${PLATFORM} MATCHES "Android")

Cargando…
Cancelar
Guardar