-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Conan to manage building Orochi and other dependencies. #12
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Chih-Chen Kao <[email protected]>
Remove tiny_obj_loader from common Add conanfile Use Conan to manage depencency Signed-off-by: Chih-Chen Kao <[email protected]>
Remove stb and use Conan to manage it. Fix tiny obj calls Update premake Signed-off-by: Chih-Chen Kao <[email protected]>
[requires] | ||
stb/cci.20210910 | ||
tinyobjloader/1.0.6 | ||
orochi/1.00 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I configured it to use version 1.00 by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please let me know if I should target Orochi's master branch instead.
Signed-off-by: Chih-Chen Kao <[email protected]>
Signed-off-by: Chih-Chen Kao <[email protected]>
Signed-off-by: Chih-Chen Kao <[email protected]>
Signed-off-by: Chih-Chen Kao <[email protected]>
Might be able to help resolving #7 |
workspace "hiprtSdkTutorial" | ||
|
||
include("../build/conanbuildinfo.premake.lua") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We just need to add this in premake to consume all dependencies, including Orochi.
Use Conan to manage building Orochi and other dependencies.