diff options
| author | Ahmad Fatoum <[email protected]> | 2018-05-21 01:27:17 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-05-21 01:27:17 +0200 |
| commit | cea78e4fc16a317ef7ffd7dd537c8b47f77dca57 (patch) | |
| tree | 249680970621564360684968da7396fe8d9c11cb /games/drturtle | |
| parent | a752092055ca7c6c3d9d2b74d6ab212db14d0909 (diff) | |
| parent | bd2300fed34b458e4a419a486019afccf2ab39b1 (diff) | |
| download | raylib-cea78e4fc16a317ef7ffd7dd537c8b47f77dca57.tar.gz raylib-cea78e4fc16a317ef7ffd7dd537c8b47f77dca57.zip | |
Travis CI: Test Android configuration (#546)
I don't know if this actually works, but it compiles, which is good enough for CI.
Diffstat (limited to 'games/drturtle')
| -rw-r--r-- | games/drturtle/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/drturtle/CMakeLists.txt b/games/drturtle/CMakeLists.txt index 59813fb3..bdd91970 100644 --- a/games/drturtle/CMakeLists.txt +++ b/games/drturtle/CMakeLists.txt @@ -1,7 +1,7 @@ # Setup the project and settings project(drturtle) -include("../../utils.cmake") +include("../../cmake/utils.cmake") # Make sure raylib has been built |
