From 184e6de775631d5bacd5cbff99f2b8ef1260e16e Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Wed, 25 Jul 2018 00:49:11 +0200 Subject: [PATCH] CMake: Don't build rlgl_standalone as part of the examples Closes #588. --- examples/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 613fea6ae..a214c1711 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -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")