Skip to content

Add additional project file at root level? #13

Description

@aleph1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions