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

External dependencies for C++ extensions in Isaac Sim #8

Open
spirosperos opened this issue Aug 18, 2023 · 1 comment
Open

External dependencies for C++ extensions in Isaac Sim #8

spirosperos opened this issue Aug 18, 2023 · 1 comment

Comments

@spirosperos
Copy link

Hello!
I am able to build and source the example extensions. However, I am having trouble with importing dependencies using the Premake build system. Could please you give us an example on how to add an external dependency like OpenCV to the extension?

@erwincoumans
Copy link
Contributor

Here is an example premake file that adds mujoco to a kit app. The library is assumed to be build separately first, and
include files and library files are located in a known location:
https://github.com/erwincoumans/kit-extension-template-cpp/blob/mujoco/source/extensions/omni.example.custom.physics/premake5.lua

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

No branches or pull requests

2 participants