Part Number: CODECOMPOSER
Tool/software:
Hi, is there a way to link files out of the project folder in CCS Theia IDE.

A100_OLED_TEST is the main project folder

and I would like to call function,"APPL_Init()", in a file"Appl_Init.c" within "Appl" folder from "a100_oled_main.c" file.

So I just added that "Appl" folder to a workspace.

But when I called the function, it popped "undefined symbol" error even though I have included "Appl_Init.h" which includes function declaration of "APPL_Init()" function header as well.
this is a100_oled_main.c

and this is the error.

Thanks in advance.
