aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2018-05-20 19:47:19 +0200
committerAhmad Fatoum <ahmad@a3f.at>2018-05-21 01:08:28 +0200
commit20ddc6a2bb4cbd39c460d8fa5d1f7175095bba2f (patch)
tree7c5b9a2fecf5ed34d358853975c4d53113966129 /examples
parenta752092055ca7c6c3d9d2b74d6ab212db14d0909 (diff)
downloadraylib-20ddc6a2bb4cbd39c460d8fa5d1f7175095bba2f.tar.gz
raylib-20ddc6a2bb4cbd39c460d8fa5d1f7175095bba2f.zip
Move utils.cmake to separate cmake/ directory
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 1f05d529..ae882444 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,7 +1,7 @@
# Setup the project and settings
project(examples)
-include("../utils.cmake")
+include("../cmake/utils.cmake")
# Make sure raylib has been built
# TODO `build` directory should maybe be something else...