summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorJeffery Myers <[email protected]>2021-06-03 10:09:43 -0700
committerGitHub <[email protected]>2021-06-03 19:09:43 +0200
commitdeaa84d28d7606e335abe323ccc4a101d025dfea (patch)
treed56f30576cacf3a485a83cd18f692d9e632b0f2d /examples/Makefile
parent2efb5a36caa32ac5df7709898f37c040958ec56c (diff)
downloadraylib-deaa84d28d7606e335abe323ccc4a101d025dfea.tar.gz
raylib-deaa84d28d7606e335abe323ccc4a101d025dfea.zip
Add a split screen example showing render texture use and multiple cameras. (#1806)
Co-authored-by: Jeffery Myers <[email protected]>
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 432455f1..01c30c14 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -395,7 +395,8 @@ CORE = \
core/core_vr_simulator \
core/core_loading_thread \
core/core_quat_conversion \
- core/core_window_flags
+ core/core_window_flags \
+ core/core_split_screen
SHAPES = \
shapes/shapes_basic_shapes \