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

Add additional project file at root level? #13

Open
aleph1 opened this issue Mar 8, 2019 · 0 comments
Open

Add additional project file at root level? #13

aleph1 opened this issue Mar 8, 2019 · 0 comments

Comments

@aleph1
Copy link

aleph1 commented Mar 8, 2019

I am wondering if it is possible to add additional projects at the root level when including other libraries in a project. For example, I am including Entt, and would like it to appear at the same root level as Kore in the project navigator in Xcode (see attached image). I tried a few approaches, including seeing whether an instance of the main project is being passed to the korefile.js at the project root, but I couldn't find it. This is the code I am using in the project's korefile.js:

let project = new Project('MyProject');

// add Entt
project.addFile('Entt/src/entt/**');
project.addIncludeDir('Entt/src/entt');

// add sources
project.addFile('Sources/**');
project.setDebugDir('Deployment');

resolve(project);

structure

@aleph1 aleph1 changed the title Add additional project file at root level. Add additional project file at root level? Mar 8, 2019
@RobDangerous RobDangerous transferred this issue from Kode/kincmake Mar 8, 2022
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

1 participant