Move utils.cmake to separate cmake/ directory
This commit is contained in:
parent
a752092055
commit
20ddc6a2bb
10 changed files with 9 additions and 9 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue