mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Move utils.cmake to separate cmake/ directory
This commit is contained in:
@ -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...
|
||||
|
||||
Reference in New Issue
Block a user