-
Notifications
You must be signed in to change notification settings - Fork 10
biicode support #6
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,3 +44,4 @@ cmake_install.cmake | |
| /3rdparty/usr/ | ||
| /bin | ||
| /tests/Testing | ||
| /bii | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
|
|
||
| [paths] | ||
| # Local directories to look for headers | ||
| # (bii needs to look on your sources to find deps automatically) | ||
| src/ | ||
|
|
||
| [includes] | ||
| # Map any curl include to biicode's curl block | ||
| curl/*.h: lasote/curl/include | ||
|
|
||
| # Map any gtest include to biicode's gtest block | ||
| gtest/*.h: google/gtest/include | ||
|
|
||
| [requirements] | ||
| google/gtest: 10 | ||
| lasote/curl: 2 | ||
| [parent] | ||
| manu343726/libappc: 0 | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
If there's no block in the cloud available yet, there's no parent (You are working on a new block), so that number should be -1. Ask me if you have any doubts. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/manu343726/cdaylward/ ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If do you want to own the
libappcblock, yep. Create acdaylwardaccount, change all references to my account, and don't forget to change parent block (See note bellow).