🚚 Moved OGRE to different subfolder

This commit is contained in:
2021-08-05 16:21:39 +02:00
parent 93c5b2d9c0
commit bfa980b20a
6 changed files with 86 additions and 74 deletions

16
ogre/1.11/conandata.yml Normal file
View File

@ -0,0 +1,16 @@
sources:
"1.11.6.1":
url: "https://github.com/AnotherFoxGuy/ogre/archive/refs/tags/1.11.6.1.tar.gz"
sha256: "e58f2fc55bad64f75a43b309ccfaccdb0b9889fbed20547e51f10d7d4824ab9f"
patches:
"1.11.6.1":
- patch_file: "patches/1.11.6.1/CMakeLists.txt.patch"
- patch_file: "patches/1.11.6.1/Dependencies.cmake.patch"
- patch_file: "patches/1.11.6.1/Samples-CMakeList.txt.patch"
requirements:
- "zlib/[1.x]"
- "zziplib/[0.13.x]"
- "freetype/[2.x]"
- "freeimage/[3.x]@anotherfoxguy/stable"
- "cg-toolkit/3.1@anotherfoxguy/stable"
- "pugixml/[1.x]"