mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-21 17:21:45 +00:00
CMake: Don't build rlgl_standalone as part of the examples
Closes #588.
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user