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

Option in khafile.js to specify additional include directory for c++ target. #120

Closed
pulcheri opened this issue Oct 20, 2017 · 2 comments
Closed

Comments

@pulcheri
Copy link
Contributor

My kha project has some functionality implemented in c++, hence when building with kha-make I would like to tell it to include additional directories so it could generate correct project files.
Currently I need to modify generated project files manually.

@luboslenco
Copy link
Contributor

Does this help?
https://github.com/luboslenco/kha_cppexterns
https://github.com/luboslenco/kha_callcpp
https://github.com/luboslenco/kha_calldll

Or a more real-world usage:
https://github.com/armory3d/haxebullet

@pulcheri
Copy link
Contributor Author

Thanks, Lubos! I moved my code into Library as your kha_cppexterns sample does and all works fine.

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