summaryrefslogtreecommitdiffhomepage
path: root/games/just_do
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2018-05-20 19:47:19 +0200
committerAhmad Fatoum <[email protected]>2018-05-21 01:08:28 +0200
commit20ddc6a2bb4cbd39c460d8fa5d1f7175095bba2f (patch)
tree7c5b9a2fecf5ed34d358853975c4d53113966129 /games/just_do
parenta752092055ca7c6c3d9d2b74d6ab212db14d0909 (diff)
downloadraylib-20ddc6a2bb4cbd39c460d8fa5d1f7175095bba2f.tar.gz
raylib-20ddc6a2bb4cbd39c460d8fa5d1f7175095bba2f.zip
Move utils.cmake to separate cmake/ directory
Diffstat (limited to 'games/just_do')
-rw-r--r--games/just_do/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/just_do/CMakeLists.txt b/games/just_do/CMakeLists.txt
index 11644008..4c5e1ee4 100644
--- a/games/just_do/CMakeLists.txt
+++ b/games/just_do/CMakeLists.txt
@@ -1,7 +1,7 @@
# Setup the project and settings
project(just_do)
-include("../../utils.cmake")
+include("../../cmake/utils.cmake")
# Make sure raylib has been built