CMake: Don't build rlgl_standalone as part of the examples
Closes #588.
This commit is contained in:
parent
b7d8c62bfd
commit
184e6de775
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ endforeach()
|
||||||
|
|
||||||
include(CheckIncludeFiles)
|
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/standard_lighting.c)
|
||||||
|
list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/others/rlgl_standalone.c) # see #588
|
||||||
set(OUTPUT_EXT)
|
set(OUTPUT_EXT)
|
||||||
|
|
||||||
if(${PLATFORM} MATCHES "Android")
|
if(${PLATFORM} MATCHES "Android")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue