-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make WrapExernal work with external TribitsExProj packages (#63)
So for there is just one test for this. To make this work, I had to grab the include directories off of the upstream targets, which are returned as generator expressions. And with that, I had to switch the generation of the makefile for external_func to build time with a custom command so it would evaluate the generator expressions. (There is no way to run a general command at generation time.)
- Loading branch information
1 parent
98ad21e
commit 7e85ccc
Showing
2 changed files
with
28 additions
and
32 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
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