How to create a project that the source file and project file is seperated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-10 11:37 PM
Hi, I would like to separate the project files (.project) and source files into different directories as shown in the image below. How can I do this?
In my original project, I don't want my source files and project files (.project) to exist in the same folder, as shown below.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-11 2:57 AM - edited ‎2024-10-11 2:59 AM
Hello,
Before generating a project using STM32CubeIDE you need to uncheck the check box "Generate Under Root":
Hope it answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-11 2:57 AM - edited ‎2024-10-11 2:59 AM
Hello,
Before generating a project using STM32CubeIDE you need to uncheck the check box "Generate Under Root":
Hope it answers your question.
