diff options
| author | Ahmad Fatoum <ahmad@a3f.at> | 2018-05-20 19:47:19 +0200 |
|---|---|---|
| committer | Ahmad Fatoum <ahmad@a3f.at> | 2018-05-21 01:08:28 +0200 |
| commit | 20ddc6a2bb4cbd39c460d8fa5d1f7175095bba2f (patch) | |
| tree | 7c5b9a2fecf5ed34d358853975c4d53113966129 /src | |
| parent | a752092055ca7c6c3d9d2b74d6ab212db14d0909 (diff) | |
| download | raylib-20ddc6a2bb4cbd39c460d8fa5d1f7175095bba2f.tar.gz raylib-20ddc6a2bb4cbd39c460d8fa5d1f7175095bba2f.zip | |
Move utils.cmake to separate cmake/ directory
Diffstat (limited to 'src')
| -rwxr-xr-x | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 458b9606..4b32de10 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -39,7 +39,7 @@ if(NOT glfw3_FOUND) list(APPEND raylib_sources $<TARGET_OBJECTS:glfw_objlib>) endif() -include("../utils.cmake") +include("../cmake/utils.cmake") if(USE_AUDIO) file(GLOB stb_vorbis external/stb_vorbis.c) |
