diff options
3 files changed, 12 insertions, 0 deletions
diff --git a/Tests/Complex/Library/cmTestLibraryConfigure.h.in b/Tests/Complex/Library/cmTestLibraryConfigure.h.in new file mode 100644 index 0000000..b5c1c41 --- /dev/null +++ b/Tests/Complex/Library/cmTestLibraryConfigure.h.in @@ -0,0 +1,4 @@ +#cmakedefine ISABS +#cmakedefine WRAPEX +#define FLAGS "${FLAGS}" + diff --git a/Tests/ComplexOneConfig/Library/cmTestLibraryConfigure.h.in b/Tests/ComplexOneConfig/Library/cmTestLibraryConfigure.h.in new file mode 100644 index 0000000..b5c1c41 --- /dev/null +++ b/Tests/ComplexOneConfig/Library/cmTestLibraryConfigure.h.in @@ -0,0 +1,4 @@ +#cmakedefine ISABS +#cmakedefine WRAPEX +#define FLAGS "${FLAGS}" + diff --git a/Tests/ComplexRelativePaths/Library/cmTestLibraryConfigure.h.in b/Tests/ComplexRelativePaths/Library/cmTestLibraryConfigure.h.in new file mode 100644 index 0000000..b5c1c41 --- /dev/null +++ b/Tests/ComplexRelativePaths/Library/cmTestLibraryConfigure.h.in @@ -0,0 +1,4 @@ +#cmakedefine ISABS +#cmakedefine WRAPEX +#define FLAGS "${FLAGS}" + |