mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 15:07:19 +02:00
🔧 Added older version of polyvox
This commit is contained in:
parent
9015aadf26
commit
ef6105c18d
2 changed files with 8 additions and 0 deletions
conan-recipes/polyvox/all
|
@ -2,3 +2,6 @@ sources:
|
|||
"2016.11":
|
||||
url: "https://git.anotherfoxguy.com/AnotherFoxGuy/polyvox/archive/c986c9f0b1189737a182fbc8d4f4696436f972c1.tar.gz"
|
||||
sha256: "36878450cb36d2d14609027b0c8eb118f7e628cfa78152b86ae022031cc5b251"
|
||||
"0.2.1":
|
||||
url: "https://git.anotherfoxguy.com/AnotherFoxGuy/polyvox/archive/v0.2.1.tar.gz"
|
||||
sha256: "299f4718c493ee44baaed11ab239ed501ff6622147e5eb0ce7c215538fa8264b"
|
||||
|
|
|
@ -33,3 +33,8 @@ class PolyvoxConan(ConanFile):
|
|||
def package(self):
|
||||
cmake = CMake(self)
|
||||
cmake.install()
|
||||
|
||||
def package_info(self):
|
||||
self.cpp_info.includedirs = ['PolyVoxCore/include', 'PolyVoxUtil/include']
|
||||
self.cpp_info.libdirs = ['PolyVoxCore/lib', 'PolyVoxUtil/lib']
|
||||
self.cpp_info.libs = collect_libs(self)
|
||||
|
|
Loading…
Reference in a new issue