-
-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for include
folder in a project
#1107
Comments
inc
folder in a projectinclude
folder in a project
Resolved via ca8bc38 |
… issue #1236, issue #1235, issue #953, issue #1118, issue #1107, issue #1196, issue #1179, issue #1161, issue #1126, issue #104, issue #1033, issue #1034, issue #1175, issue #1173, issue #1155, issue #1188, issue #1111, issue #1153, issue #1150, issue #1145, issue #1139, issue #1137, issue #1170, issue #1157, issue #1102, issue #1105, issue #1140, issue #1154, issue #1066, issue #1038, issue #1054, issue #1055, issue #1061, issue #1017)
What is purpose of this change? I actually opened my 2-month-ago project and just can't compile it ('not found' error). Only with option |
This is the folder which will be automatically added to CPPPATH. You rename your inc folder to include and remove that extra option |
I have project exported from CubeMX, and it generates after add for me making a symlink inside root projectfolder: it is better than rename |
@KubaMiszcz you should add
See docs for more information. |
youre right, it works perfectly, I missed this |
include_dir
value to CPPAPTH before buildinghttp://docs.platformio.org/en/latest/projectconf/section_platformio.html#include-dir
The text was updated successfully, but these errors were encountered: