Skip to content
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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

KaoCC
Copy link

@KaoCC KaoCC commented Sep 16, 2022

Use Conan to manage building Orochi and other dependencies.

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
Copy link
Author

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.

Copy link
Author

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]>
@KaoCC
Copy link
Author

KaoCC commented Sep 20, 2022

Examples from tutorials.

03_custom_intersection
01_geom_intersection

@KaoCC
Copy link
Author

KaoCC commented Sep 20, 2022

Might be able to help resolving #7

workspace "hiprtSdkTutorial"

include("../build/conanbuildinfo.premake.lua")
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant