@@ -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...
project(games)
project(drturtle)
-include("../../utils.cmake")
+include("../../cmake/utils.cmake")
project(just_do)
project(koala_seasons)
project(light_my_ritual)
project(skully_escape)
project(wave_collector)
@@ -39,7 +39,7 @@ if(NOT glfw3_FOUND)
list(APPEND raylib_sources $<TARGET_OBJECTS:glfw_objlib>)
endif()
if(USE_AUDIO)
file(GLOB stb_vorbis external/stb_vorbis.c)