summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorkai <[email protected]>2018-01-17 20:14:14 +0100
committerAhmad Fatoum <[email protected]>2018-01-17 20:14:14 +0100
commitbdb61306aca39f8c92e6b5406af348f34171cdd0 (patch)
treec011b0a0a64f15e2de9c46bbb778830452987cab /examples
parent727cb1819b0a45f02a926ac370ec70b9b21a2f7b (diff)
downloadraylib-bdb61306aca39f8c92e6b5406af348f34171cdd0.tar.gz
raylib-bdb61306aca39f8c92e6b5406af348f34171cdd0.zip
CMake: build shape and texture examples (#432)
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 96ce37e0..1f05d529 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -11,7 +11,7 @@ include_directories("../src/external")
include_directories("../src/external/glfw/include")
# Get the sources together
-set(example_dirs audio core models others shaders text texutures)
+set(example_dirs audio core models others shaders shapes text textures)
set(CMAKE_REQUIRED_DEFINITIONS -D_POSIX_C_SOURCE=199309L)
include(CheckSymbolExists)
check_symbol_exists(CLOCK_MONOTONIC time.h HAVE_CLOCK_MONOTONIC)