This section explains how to
manage the source code.
- Click on your application component in the Component view and expand Settings. Open the
vitis-comp.json
file, and click onUserConfig.cmake
to configure the compiler. Alternatively, you can hover your mouse over the application component, a settings button appears—click it to open thevitis-comp.json
file. You can also open theUserConfig.cmake
from the Settings folder directory. - Under Compiler
Settings, select Sources section.
- Click Add Item to add source code for your application.
- You can also hove your mouse over the name of source file and
select to remove it.Note: UserConfig.cmake supports GUI format and text format. You can click these icons </> to access the source editor to view the source code and modify the settings in text format.