Post Go back to editing

Add submodule to project in CCES

Thread Summary

The user wants to add a newly created submodule folder to an existing project in CCES. The final answer provides steps to add the folder and files either by creating a new folder or importing the submodule using the 'Import' wizard under 'General' > 'File System'. An alternative method involves modifying the CCES .project file to include the new folder.
AI Generated Content
Category: Software

Hi all,

I am working on a project that has a newly created submodule with files in it. The existing project in CCES looks something like this:

> A

    > folder1

    > folder2

    > src

        > srcFolder1

        > file1

        > file2

> B

The submodule exists in A, but it doesn't show up in CCES. I would like to add the folder either as folder3 or as srcFolder2. Is there a way to do that?

Parents
  • It seems like this can be done by modifying the CCES .project file to include the new folder.

  • Hi,

    You can add subfolder into src folder of your project by, Right-click on the src folder where you want to add subfolder and select New > Folder from the context menu.

    And you can add, files also into that subfolders by Right-click on the folder where you want to add source files and select New > Files from the context menu.

    Also,You can import the subfolder into src folder by Right-click on the src folder where you want to add subfolder and select "Import" from the context menu.

    In the Import wizard, expand the "General" folder and select "File System." Click "Next."

    Click on the "Browse" button next to the "From directory" field and navigate to the location of your newly created submodule folder. Click "Finish" to import the submodule folder into the project.

    Regards,
    Santhakumari.K

Reply
  • Hi,

    You can add subfolder into src folder of your project by, Right-click on the src folder where you want to add subfolder and select New > Folder from the context menu.

    And you can add, files also into that subfolders by Right-click on the folder where you want to add source files and select New > Files from the context menu.

    Also,You can import the subfolder into src folder by Right-click on the src folder where you want to add subfolder and select "Import" from the context menu.

    In the Import wizard, expand the "General" folder and select "File System." Click "Next."

    Click on the "Browse" button next to the "From directory" field and navigate to the location of your newly created submodule folder. Click "Finish" to import the submodule folder into the project.

    Regards,
    Santhakumari.K

Children
No Data