-
Notifications
You must be signed in to change notification settings - Fork 46
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
pnp sample #28
pnp sample #28
Conversation
0ade0af
to
ec2800f
Compare
|
||
# Add PnP Sample | ||
add_executable(${PROJECT_NAME}-pnp ${PROJECT_SOURCES}) | ||
target_include_directories(${PROJECT_NAME}-pnp PUBLIC |
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.
currently in gcc_flags we set the map file to be output.map, and now we have two target generated. This will cause the later target to override previous map file.
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.
Marking request mostly because I'm not I think we need to look again at the "Are we sure this is eAzureIoTHubClientPropertyWritable
comment down below since that's impact functionality potentially.
No description provided.