-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate the action header files first
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58e0813
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.
I did the same at first, but this would only solve the problem partially. It would break not finding config files (eg - LocalizationConfig.h)
${${PROJECT_NAME}_EXPORTED_TARGETS}
as in my Pull Request (#11) takes care of both.58e0813
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.
Thanks, loxxy. I know what your mean. I did not notice that difference between this two methods. Maybe the
${${PROJECT_NAME}_EXPORTED_TARGETS}
is the way the write the dependencies.I found this post, thanks a lot.