🎉 Added mygui-next

This commit is contained in:
2023-01-07 14:40:44 +01:00
parent cbe26696c0
commit b8ed6c8f6c
4 changed files with 102 additions and 13 deletions

View File

@ -1,4 +1,7 @@
sources:
"2022.10":
url: "https://github.com/OGRECave/ogre-next/archive/ede1690bb3dcf932df6a06f06e9e6de585e5eeea.tar.gz"
sha256: "6baf05cc4dc14cb70b6f4a958dbc7ac79a209eb9658733d0b19f651a5f96da08"
sha256: "6baf05cc4dc14cb70b6f4a958dbc7ac79a209eb9658733d0b19f651a5f96da08"
"2023.01":
url: "https://github.com/OGRECave/ogre-next/archive/186ea7ee972860ed09bcdbcdd99f609348c6aa8b.tar.gz"
sha256: "38a93399b5ce2b053894e858cafa3830118ff938f40204c727a77c9233744e8f"

View File

@ -49,6 +49,7 @@ class OGRENextConan(ConanFile):
tc.variables["OGRE_BUILD_COMPONENT_OVERLAY_IMGUI"] = "ON"
tc.variables["OGRE_BUILD_COMPONENT_PYTHON"] = "OFF"
tc.variables["OGRE_BUILD_COMPONENT_TERRAIN"] = "ON"
#tc.variables["OGRE_BUILD_COMPONENT_PAGING"] = "ON" # Completly broken
tc.variables["OGRE_BUILD_DEPENDENCIES"] = "OFF"
tc.variables["OGRE_BUILD_PLUGIN_DOT_SCENE"] = "OFF"
tc.variables["OGRE_BUILD_PLUGIN_EXRCODEC"] = "OFF"
@ -113,25 +114,23 @@ class OGRENextConan(ConanFile):
"include/OGRE",
"include/OGRE/Animation",
"include/OGRE/Atmosphere",
"include/OGRE/Bites",
"include/OGRE/CommandBuffer",
"include/OGRE/Compositor",
"include/OGRE/Deprecated",
"include/OGRE/HLMS",
"include/OGRE/HLMS/Common",
"include/OGRE/HLMS/Pbs",
"include/OGRE/HLMS/Unlit",
"include/OGRE/Compute",
"include/OGRE/Hash",
"include/OGRE/Hlms",
"include/OGRE/Hlms/Common",
"include/OGRE/Hlms/Pbs",
"include/OGRE/Hlms/Unlit",
"include/OGRE/Math",
"include/OGRE/MeshLodGenerator",
"include/OGRE/ogrestd",
"include/OGRE/Overlay",
"include/OGRE/Paging",
"include/OGRE/Plugins",
"include/OGRE/Property",
"include/OGRE/RTShaderSystem",
"include/OGRE/RenderSystems",
"include/OGRE/Terrain",
"include/OGRE/SceneFormat",
"include/OGRE/Threading",
"include/OGRE/Threading",
"include/OGRE/Volume",
"include/OGRE/Vao",
]
# Directories where libraries can be found
self.cpp_info.libdirs = ['lib', f'lib/{self.settings.build_type}']