-
Notifications
You must be signed in to change notification settings - Fork 312
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 handling in aspect for implementation_deps #5220
Add handling in aspect for implementation_deps #5220
Conversation
a5a6dc4
to
b9a247e
Compare
@tpasternak would you be able to take a look at this? |
I'm not sure if I understand the whole idea of cc @ujohnny |
Is this expected to be merged? At this time |
@tpasternak I can check it on Friday |
Closing since a similar fix was made in #6919. |
Checklist
Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See
the Contributions section in the README for more
details.
Discussion thread for this change
Issue number: #5149
Description of this change
Update the aspect to
implementation_deps
implementation_deps
These changes are needed to enable intellisense, go to definition, etc in CLion for files that belong to targets using
implementation_deps
.