aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2018-07-25 00:49:11 +0200
committerAhmad Fatoum <ahmad@a3f.at>2018-07-25 00:51:42 +0200
commit184e6de775631d5bacd5cbff99f2b8ef1260e16e (patch)
tree19412389297aafa8572e492e2345662341fdc723 /examples
parentb7d8c62bfd2e985bcf53baec770a9392fe63ebfc (diff)
downloadraylib-184e6de775631d5bacd5cbff99f2b8ef1260e16e.tar.gz
raylib-184e6de775631d5bacd5cbff99f2b8ef1260e16e.zip
CMake: Don't build rlgl_standalone as part of the examples
Closes #588.
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 613fea6a..a214c171 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")