|
|
@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
(import |
|
|
|
"OgreInitialize.cake" |
|
|
|
&comptime-only "Macros.cake" "BuildTools.cake") |
|
|
|
&comptime-only "CHelpers.cake" "BuildTools.cake") |
|
|
|
|
|
|
|
(c-import "<stdio.h>" |
|
|
|
;; Ogre dependencies |
|
|
@ -387,6 +387,11 @@ ln -s %s %s\n" |
|
|
|
(Log "Ogre: Successfully built\n") |
|
|
|
(return true)) |
|
|
|
|
|
|
|
(add-dependency-git-submodule clone-ogre-next "https://github.com/OGRECave/ogre-next" |
|
|
|
"Dependencies/ogre-next") |
|
|
|
(add-dependency-git-submodule clone-ogre-next-deps "https://github.com/OGRECave/ogre-next-deps" |
|
|
|
"Dependencies/ogre-next-deps") |
|
|
|
|
|
|
|
(add-compile-time-hook-module pre-build build-ogre) |
|
|
|
|
|
|
|
(use-ogre-build-options) |
|
|
|